mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Merge branch 'master' of https://github.com/pxlvxl/pixel-editor
This commit is contained in:
commit
0c0fef1f40
@ -5,9 +5,9 @@
|
|||||||
"main": "build.js",
|
"main": "build.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node ./build.js ./build",
|
"build": "node ./build.js ./build",
|
||||||
"serve": "node ./server.js ./build 3002",
|
"serve": "node ./server.js ./build 3000",
|
||||||
"test": "npm run build && npm run serve",
|
"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"
|
"hot:reload": "cross-env RELOAD=yes npm run hot"
|
||||||
},
|
},
|
||||||
"author": "Lospec",
|
"author": "Lospec",
|
||||||
|
Loading…
Reference in New Issue
Block a user