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 8c886da commit 88561a1Copy full SHA for 88561a1
build.sh
@@ -7,8 +7,7 @@ if [[ $GITHUB_REF =~ $TAG_TEST ]]; then
7
if [[ $OVERRIDE_VERSION =~ $LATEST_TEST ]]; then
8
NPM_TAG=latest
9
else
10
- # TODO when we hit 3.0.0 move back to next
11
- NPM_TAG=latest
+ NPM_TAG=next
12
fi;
13
14
OVERRIDE_VERSION=$(node -e "console.log(require('./package.json').version)")-exp.$SHORT_SHA
0 commit comments