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 203369f commit a0a4906
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"scripts": {
"dev": "vite --port 3003 --host",
"build": "vite build",
"build:scratch-gui": "eval cd scratch-gui && npm install && npm run build && cd ..",
"build-scratch-gui": "eval cd scratch-gui && npm install && npm run build && cd ..",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore",
"deploy":"npm run build:scratch-gui && npm run build"
"deploy":"npm run build-scratch-gui && npm run build"
},
"dependencies": {
"@mdi/font": "7.4.47",
Expand Down

0 comments on commit a0a4906

Please sign in to comment.