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

Commit

Permalink
Tweak the command
Browse files Browse the repository at this point in the history
  • Loading branch information
joesaunderson committed Apr 12, 2022
1 parent 0910264 commit e20a0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"private": true,
"scripts": {
"copy-scripts": "mkdir -p public/snippet && cp node_modules/squeak-js/dist/squeak.js* public/snippet/",
"copy-scripts": "mkdir -p public/snippet && cp node_modules/squeak-snippet/dist/squeak.js* public/snippet/",
"dev": "next dev",
"build": "yarn copy-scripts && next build",
"start": "next start",
Expand Down

0 comments on commit e20a0d1

Please sign in to comment.