Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunWuyuan committed Jul 26, 2024
1 parent 83ad4ba commit 8238028
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 @@
"scripts": {
"dev": "vite --port 3003 --host",
"build": "vite build",
"build-scratch-gui": "cd scratch-gui && npm install && npm install -D && webpack --colors --bail && cd ..",
"build-scratch-gui": "cd scratch-gui && npm install && webpack --colors --bail && cd ..",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"deploy":"npm run build-scratch-gui && npm run build"
Expand Down

0 comments on commit 8238028

Please sign in to comment.