Sfoglia il codice sorgente

workflow: specify e2e env when releasing

Evan You 8 anni fa
parent
commit
2c52c4265b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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