Skip to content

Commit c8b07d3

Browse files
committed
Move version into the publish.sh
1 parent 1aae228 commit c8b07d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/prepare.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ fi;
1717
npm --no-git-tag-version --allow-same-version -f version $OVERRIDE_VERSION
1818

1919
npm run build &&
20-
echo "sed -i 's/process.env.FIREBASE_FRAMEWORKS_TARBALL/undefined/' ./dist/index.js &&
20+
echo "npm --no-git-tag-version --allow-same-version -f version $OVERRIDE_VERSION &&
21+
sed -i 's/process.env.FIREBASE_FRAMEWORKS_TARBALL/undefined/' ./dist/index.js &&
2122
npm publish . --tag $NPM_TAG" > ./dist/publish.sh &&
2223
chmod +x ./dist/publish.sh

0 commit comments

Comments
 (0)