Skip to content

Commit 2c52c42

Browse files
committed
workflow: specify e2e env when releasing
1 parent 83ea0da commit 2c52c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
1616
npm run lint
1717
npm run flow
1818
npm run test:cover
19-
npm run test:e2e
19+
npm run test:e2e -- --env phantomjs
2020
npm run test:ssr
2121
fi
2222

0 commit comments

Comments
 (0)