build: fix automatic rebuilding with npm run dev
This commit is contained in:
parent
927a396692
commit
e0d5df87f3
@ -55,7 +55,7 @@
|
|||||||
"coverage": "nyc mocha",
|
"coverage": "nyc mocha",
|
||||||
"coverage:lcov": "nyc --reporter=lcov mocha",
|
"coverage:lcov": "nyc --reporter=lcov mocha",
|
||||||
"start": "node dist/bin/peerjs.js --port ${PORT:=9000}",
|
"start": "node dist/bin/peerjs.js --port ${PORT:=9000}",
|
||||||
"dev": "nodemon --watch src -e ts --exec npm run start",
|
"dev": "nodemon --watch src -e ts --exec 'npm run build && npm run start'",
|
||||||
"semantic-release": "semantic-release"
|
"semantic-release": "semantic-release"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user