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 d862dce commit b375ef4
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 run build && cd ..",
"build:scratch-gui": "cd ./scratch-gui && npm run build && cd ../",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"deploy": "npm run build"
Expand Down

0 comments on commit b375ef4

Please sign in to comment.