Skip to content

Commit

Permalink
chore: release to latest and volar-2.0 tags
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Feb 13, 2024
1 parent 30c3cc3 commit 2d4bb1b
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 299 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
"build": "tsc -b",
"watch": "tsc -b -w",
"prerelease": "npm run build",
"release": "lerna publish --exact --force-publish --yes --sync-workspace-lock --dist-tag volar-2.0",
"release": "lerna publish --exact --force-publish --yes --sync-workspace-lock",
"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.0'",
"release:next": "npm run release -- --dist-tag next"
},
"devDependencies": {
"@lerna-lite/cli": "latest",
"@lerna-lite/exec": "latest",
"@lerna-lite/publish": "latest",
"@volar/language-service": "~2.0.1",
"typescript": "latest",
Expand Down
Loading

0 comments on commit 2d4bb1b

Please sign in to comment.