mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-06 19:47:00 +03:00
Removed quotes from echo
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test.js",
|
||||
"dev": "nodemon -x \"(npm test || echo failed) && npm start\"",
|
||||
"dev": "nodemon -x \"(npm test || echo test failed) & npm start\"",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"author": "Ajay Ramachandran",
|
||||
|
||||
Reference in New Issue
Block a user