mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Update package.json
This commit is contained in:
parent
5f09ceddcf
commit
f367474b16
@ -5,9 +5,9 @@
|
||||
"main": "build.js",
|
||||
"scripts": {
|
||||
"build": "node ./build.js ./build",
|
||||
"serve": "node ./server.js ./build 3002",
|
||||
"serve": "node ./server.js ./build 3000",
|
||||
"test": "npm run build && npm run serve",
|
||||
"hot": "concurrently \"nodemon --exec npm test\" \"await tcp localhost:3002 && open-cli http://localhost:3002\"",
|
||||
"hot": "concurrently \"nodemon --exec npm test\" \"await tcp localhost:3000 && open-cli http://localhost:3000\"",
|
||||
"hot:reload": "cross-env RELOAD=yes npm run hot"
|
||||
},
|
||||
"author": "Lospec",
|
||||
|
Loading…
Reference in New Issue
Block a user