mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
&& in npm run dev
This commit is contained in:
parent
c2ba3d0ab3
commit
98d754f605
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node test.js",
|
"test": "node test.js",
|
||||||
"dev": "nodemon -x \"(npm test || echo test failed) & npm start\"",
|
"dev": "nodemon -x \"(npm test || echo test failed) && npm start\"",
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "Ajay Ramachandran",
|
"author": "Ajay Ramachandran",
|
||||||
|
|
Loading…
Reference in a new issue