Skip to content

Commit

Permalink
Adds top level changeset scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Nov 21, 2024
1 parent dc8adc7 commit bb4cdf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"private": true,
"packageManager": "[email protected]",
"nx": {},
"scripts": {
"release:publish": "pnpm install --frozen-lockfile && pnpm nx run-many --target=build && changeset publish",
"release:version": "changeset version && pnpm install --lockfile-only"
},
"dependencies": {
"@changesets/cli": "^2.27.10",
"nx": "^20.1.2"
Expand Down

0 comments on commit bb4cdf9

Please sign in to comment.