Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit f4122e9

Browse files
committed
Tweak the command
1 parent cfae312 commit f4122e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"private": true,
66
"scripts": {
7-
"copy-scripts": "mkdir -p public/snippet && cp node_modules/squeak-js/dist/squeak.js* public/snippet/",
7+
"copy-scripts": "mkdir -p public/snippet && cp node_modules/squeak-snippet/dist/squeak.js* public/snippet/",
88
"dev": "next dev",
99
"build": "yarn copy-scripts && next build",
1010
"start": "next start",

0 commit comments

Comments
 (0)