quotes not needed

This commit is contained in:
Kyle Spearrin 2018-04-25 16:50:44 -04:00
parent ac22a4f4c1
commit 10b9e9c2d6
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"test": "karma start ./spec/support/karma.conf.js --single-run",
"test:watch": "karma start ./spec/support/karma.conf.js",
"test:node": "npm run build && jasmine",
"test:node:watch": "concurrently -k -n \"TSC,Node\" -c \"yellow,cyan\" \"npm run build:watch\" \"nodemon -w ./dist --delay 500ms --exec jasmine\""
"test:node:watch": "concurrently -k -n TSC,Node -c yellow,cyan \"npm run build:watch\" \"nodemon -w ./dist --delay 500ms --exec jasmine\""
},
"devDependencies": {
"@types/jasmine": "^2.8.2",