Browse Source

workflow: specify e2e env when releasing

dev
Evan You 7 years ago
parent
commit
2c52c4265b
  1. 2
      scripts/release.sh

2
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

Loading…
Cancel
Save