Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 5, 2023
1 parent 28feac3 commit a313e51
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 @@ -5,8 +5,8 @@
"build": "tsc -b",
"watch": "tsc -b -w",
"prerelease": "npm run build",
"release": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-push --dist-tag volar-2.0",
"release:next": "npm run release -- --dist-tag next"
"release": "npm run release -- --dist-tag volar-2.0",
"release:next": "lerna publish --exact --force-publish --yes --sync-workspace-lock --no-push"
},
"devDependencies": {
"@lerna-lite/cli": "latest",
Expand Down

0 comments on commit a313e51

Please sign in to comment.