mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-13 15:06:59 +03:00
changed npm run dev to work in cmd
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test.js",
|
||||
"dev" : "nodemon -x 'npm test ; npm start'",
|
||||
"dev" : "nodemon -x '(npm test || echo failed) ; npm start'",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"author": "Ajay Ramachandran",
|
||||
|
||||
Reference in New Issue
Block a user