Skip to content

Commit

Permalink
fix: delete error script
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbond committed Aug 2, 2023
1 parent bef0f4d commit 8741120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build": "tsc",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"postversion": "git push --follow-tags",
"prepublishOnly": "npm run test && npm run build"
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8741120

Please sign in to comment.