We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ea0da commit 2c52c42Copy full SHA for 2c52c42
scripts/release.sh
@@ -16,7 +16,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
16
npm run lint
17
npm run flow
18
npm run test:cover
19
- npm run test:e2e
+ npm run test:e2e -- --env phantomjs
20
npm run test:ssr
21
fi
22
0 commit comments