We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38d006 commit 1eea1a9Copy full SHA for 1eea1a9
build/release.sh
@@ -20,10 +20,13 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
20
npm run test:ssr
21
fi
22
23
- if [[ -z $SKIP_SAUCE ]]; then
24
- export SAUCE_BUILD_ID=$VERSION:`date +"%s"`
25
- npm run test:sauce
26
- fi
+ # Sauce Labs tests has a decent change of failing
+ # so we usually manually run them before running the release script.
+
+ # if [[ -z $SKIP_SAUCE ]]; then
27
+ # export SAUCE_BUILD_ID=$VERSION:`date +"%s"`
28
+ # npm run test:sauce
29
+ # fi
30
31
# build
32
VERSION=$VERSION npm run build
0 commit comments