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 70fb68b commit df37292Copy full SHA for df37292
build/release.sh
@@ -20,7 +20,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
20
npm run test:ssr
21
fi
22
23
- # Sauce Labs tests has a decent change of failing
+ # Sauce Labs tests has a decent chance of failing
24
# so we usually manually run them before running the release script.
25
26
# if [[ -z $SKIP_SAUCE ]]; then
0 commit comments