Skip to content

Commit

Permalink
Remove postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee committed Nov 27, 2023
1 parent 6773fcf commit 9ce6032
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"build": "tsup",
"clean": "rm -rf dist",
"test": "pnpm build && playwright test",
"prepublishOnly": "pnpm -w lint && pnpm test && pnpm build",
"postversion": "git push --tags origin HEAD"
"prepublishOnly": "pnpm -w lint && pnpm test && pnpm build"
},
"files": [
"dist",
Expand Down

0 comments on commit 9ce6032

Please sign in to comment.