Skip to content

Commit

Permalink
chore(package.json): remove npm test from prepublishOnly script to st…
Browse files Browse the repository at this point in the history
…reamline the publishing process
  • Loading branch information
alisaitteke committed Nov 23, 2024
1 parent d524af4 commit db68b7c
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 @@ -24,7 +24,7 @@
"format": "prettier --write src/",
"typecheck": "tsc --noEmit",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"prepublishOnly": "npm run lint",
"postinstall": "npm run build"
},
"repository": {
Expand Down

0 comments on commit db68b7c

Please sign in to comment.