Add watch npm script for development
parent
18f3da1247
commit
5d5d3dfdf3
|
@ -6,6 +6,7 @@
|
|||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js",
|
||||
"watch": "nodemon -w src src/index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"lint": "./node_modules/.bin/eslint ./src"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue