|
@@ -32,7 +32,7 @@
|
|
|
"test:acceptance": "node test/acceptance/index.js",
|
|
|
"test:unit": "node test/unit/index.js | tap-spec",
|
|
|
"test": "npm run lint && npm run test:unit",
|
|
|
- "test:serve": "npm-run-all web:install web:build --parallel start:server web:serve",
|
|
|
+ "test:serve": "npm-run-all web:build --parallel start:server web:serve",
|
|
|
"test:next-update": "next-update",
|
|
|
"travis:deletecache": "travis cache --delete",
|
|
|
"watch:css": "nodemon --watch src --ext scss -x 'npm run build:css'",
|