fix: start script for npm
This commit is contained in:
parent
ac149d0e6b
commit
4b6770e12e
@ -20,7 +20,7 @@
|
||||
"build:win:npm": "npm run build:css:win:npx && npm run build:js:win && npm run build:img:win && npm run build:pgp:win && npm run copy:favicon:win",
|
||||
"build:win:bun": "bun run build:css:win:bunx && bun run build:js:win && bun run build:img:win && bun run build:pgp:win && bun run copy:favicon:win",
|
||||
"start:bun": "bun app.js",
|
||||
"start:npm": "npm app.js"
|
||||
"start:npm": "node app.js"
|
||||
},
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user