Skip to content

Commit

Permalink
Merge pull request #18 from ethereum-optimism/npm-publish-scripts
Browse files Browse the repository at this point in the history
Adds top level changeset scripts
  • Loading branch information
nitaliano authored Nov 21, 2024
2 parents a40dc2e + bb4cdf9 commit 017bee5
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 017bee5

Please sign in to comment.