Skip to content

Commit

Permalink
CD before npm version (#7286)
Browse files Browse the repository at this point in the history
  • Loading branch information
joehan authored Jun 6, 2024
1 parent e798667 commit ccc2449
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish-vsce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ elif [[ ! ($VERSION == "patch" || $VERSION == "minor" || $VERSION == "major") ]]
exit 1
fi

cd firebase-vscode

echo "Making a $VERSION version of VSCode..."
npm version $VERSION
NEW_VSCODE_VERSION=$(jq -r ".version" package.json)
Expand All @@ -30,7 +32,6 @@ NEW_HEADER="## NEXT \n\n## $NEW_VSCODE_VERSION\n\n- Updated internal firebase-to
sed -i -e "s/$NEXT_HEADER/$NEW_HEADER/g" CHANGELOG.md
echo "Made a $VERSION version of VSCode."

cd firebase-vscode
echo "Running npm install for VSCode..."
npm install
echo "Ran npm install for VSCode."
Expand Down

0 comments on commit ccc2449

Please sign in to comment.