Skip to content

Commit

Permalink
chore: update v2 publish command to tag release with v2
Browse files Browse the repository at this point in the history
  • Loading branch information
skogsmaskin committed Dec 8, 2022
1 parent 4d48d8b commit cf1c64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -11,7 +11,7 @@
"build:cli": "gulp build:cli",
"build:js": "gulp js",
"clean": "lerna clean && gulp clean && rimraf node_modules",
"publish": "npm run build && lerna publish --exact",
"publish": "RELEASE_TAG=v2 npm run build && lerna publish --dist-tag=$RELEASE_TAG --exact",
"publish-canary": "RELEASE_TAG=canary npm run publish-tag",
"publish-current-branch": "RELEASE_TAG=`git rev-parse --abbrev-ref HEAD | sed 's/\\//\\_/g'` npm run publish-tag",
"publish-tag": "RELEASE_TAG=\"${RELEASE_TAG:-canary}\"; npm run build && lerna publish --canary --force-publish --no-git-tag-version --dist-tag=$RELEASE_TAG --preid=$RELEASE_TAG --exact",
Expand Down

0 comments on commit cf1c64b

Please sign in to comment.