Ver código fonte

workflow: specify e2e env when releasing

Evan You 8 anos atrás
pai
commit
2c52c4265b
1 arquivos alterados com 1 adições e 1 exclusões
  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