Skip to content

Commit

Permalink
chore: update release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed May 28, 2024
1 parent 6afd557 commit 43e2e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"release:base": "lerna publish --exact --force-publish --yes --sync-workspace-lock",
"release": "npm run release:base",
"release:next": "npm run release:base -- --dist-tag next",
"postrelease": "lerna exec --no-bail --no-private --no-sort --stream -- '[ -n \"$(npm v . dist-tags.latest)\" ] && npm dist-tag add ${LERNA_PACKAGE_NAME}@$(npm v . dist-tags.latest) volar-2.2'",
"postrelease:next": "lerna exec --no-bail --no-private --no-sort --stream -- '[ -n \"$(npm v . dist-tags.next)\" ] && npm dist-tag add ${LERNA_PACKAGE_NAME}@$(npm v . dist-tags.next) volar-2.2'",
"postrelease": "lerna exec --no-bail --no-private --no-sort --stream -- '[ -n \"$(npm v . dist-tags.latest)\" ] && npm dist-tag add ${LERNA_PACKAGE_NAME}@$(npm v . dist-tags.latest) volar-2.3'",
"postrelease:next": "lerna exec --no-bail --no-private --no-sort --stream -- '[ -n \"$(npm v . dist-tags.next)\" ] && npm dist-tag add ${LERNA_PACKAGE_NAME}@$(npm v . dist-tags.next) volar-2.3'",
"lint": "tsl --projects **/tsconfig.json",
"lint:fix": "npm run lint -- --fix"
},
Expand Down

0 comments on commit 43e2e0c

Please sign in to comment.