Skip to content

Commit

Permalink
Merge pull request #24 from alisaitteke/develop
Browse files Browse the repository at this point in the history
chore(package.json): remove npm test from prepublishOnly script to st…
  • Loading branch information
alisaitteke authored Nov 23, 2024
2 parents 4cbd4ad + db68b7c commit 78a98aa
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 78a98aa

Please sign in to comment.