Skip to content

Commit

Permalink
Merge pull request #21 from inversify/chore/add-release-npm-script
Browse files Browse the repository at this point in the history
Add publish npm script
  • Loading branch information
notaphplover authored Oct 16, 2024
2 parents bf02502 + e92eb6b commit 5712c8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"format": "turbo run format",
"lint": "turbo run lint",
"prepare": "husky",
"prerelease": "pnpm run build",
"release": "changeset publish",
"test:integration:js": "turbo test:integration:js",
"test:js": "turbo run test:js",
"test:js:coverage": "turbo run test:js:coverage",
Expand Down

0 comments on commit 5712c8b

Please sign in to comment.