Skip to content

Commit

Permalink
build: Fix canary script again.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 25, 2024
1 parent 549af3a commit 10e5f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/release/setupNpm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if [[ "$NPM_CHANNEL" == "canary" || "$NPM_CHANNEL" == "nightly" ]]; then
baseVersion=$(jq -r ".version" package.json)
version="$baseVersion$preid"

pkg=$(cat package.json)
echo "${pkg//$baseVersion/$version}" > package.json

# For core packages, append the preid to the version
Expand Down

0 comments on commit 10e5f4d

Please sign in to comment.