Skip to content

Commit

Permalink
add publish and publish:minor command
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jun 13, 2024
1 parent 4d4cdb4 commit 9b60c16
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion clients/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"clean": "lerna run clean",
"build": "lerna run build --stream",
"symlink": "symlink-workspace --logLevel error",
"postinstall": "yarn symlink"
"postinstall": "yarn symlink",
"publish": "yarn build; yarn lerna publish --no-private",
"publish:minor": "yarn build; yarn lerna publish minor --no-private"
},
"devDependencies": {
"@types/jest": "^29.5.11",
Expand Down

0 comments on commit 9b60c16

Please sign in to comment.