瀏覽代碼

workflow: specify e2e env when releasing

Evan You 8 年之前
父節點
當前提交
2c52c4265b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/release.sh

+ 1 - 1
scripts/release.sh

@@ -16,7 +16,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
     npm run lint
     npm run flow
     npm run test:cover
-    npm run test:e2e
+    npm run test:e2e -- --env phantomjs
     npm run test:ssr
   fi