Skip to content

Commit

Permalink
chore: add publish npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
notaphplover committed Oct 16, 2024
1 parent bf02502 commit e92eb6b
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 e92eb6b

Please sign in to comment.