فهرست منبع

npm-run-all --parallel start:server web:preview

Artur Paikin 8 سال پیش
والد
کامیت
c2364eb455
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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 --parallel  web:serve start:server",
+    "test:serve": "npm-run-all --parallel start:server web:preview",
     "test:next-update": "next-update",
     "travis:deletecache": "travis cache --delete",
     "watch:css": "nodemon --watch src --ext scss -x 'npm run build:css'",