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 7c90dc9 commit c1a523dCopy full SHA for c1a523d
build/release.sh
@@ -7,6 +7,7 @@ echo # (optional) move to a new line
7
if [[ $REPLY =~ ^[Yy]$ ]]
8
then
9
echo "Releasing $VERSION ..."
10
+ export SAUCE_BUILD_ID=$VERSION
11
12
npm run lint
13
npm run flow
0 commit comments