Skip to content

Commit

Permalink
Remove postpublish
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed May 1, 2024
1 parent 26d87cd commit 31ff7d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"test": "bun test",
"build": "tsup src/index.ts --format cjs,esm --no-splitting --clean && tsc -p tsconfig.build.json --emitDeclarationOnly",
"dev": "pnpm run build --watch",
"prepublishOnly": "pnpm run build && pnpm run test",
"postpublish": "git add . && git commit -a && git tag v$npm_package_version && git push --tags && git push"
"prepublishOnly": "pnpm run build && pnpm run test"
},
"files": [
"dist",
Expand Down

0 comments on commit 31ff7d3

Please sign in to comment.