mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Removed relative path to nodemon in package.json as it is not required
This commit is contained in:
parent
ecae10e1ec
commit
8fbe48e1b1
@ -7,7 +7,7 @@
|
||||
"build": "node ./build.js ./build",
|
||||
"serve": "node ./server.js ./build 3000",
|
||||
"test": "npm run build && npm run serve",
|
||||
"hot": "./node_modules/.bin/nodemon --exec npm test"
|
||||
"hot": "nodemon --exec npm test"
|
||||
},
|
||||
"author": "Lospec",
|
||||
"license": "ISC",
|
||||
|
Loading…
Reference in New Issue
Block a user