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 1aae228 commit c8b07d3Copy full SHA for c8b07d3
tools/prepare.sh
@@ -17,6 +17,7 @@ fi;
17
npm --no-git-tag-version --allow-same-version -f version $OVERRIDE_VERSION
18
19
npm run build &&
20
- echo "sed -i 's/process.env.FIREBASE_FRAMEWORKS_TARBALL/undefined/' ./dist/index.js &&
+ 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 &&
22
npm publish . --tag $NPM_TAG" > ./dist/publish.sh &&
23
chmod +x ./dist/publish.sh
0 commit comments