Skip to content

Commit

Permalink
Don't run tests on prepublish (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikowski authored Nov 15, 2024
1 parent a49a933 commit f0d4022
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 @@ -11,7 +11,7 @@
"build:watch": "tsc -p tsconfig.json -w",
"lint": "eslint .",
"fix": "eslint . --fix",
"prepublishOnly": "npm run build && npm run lint && npm run test",
"prepublishOnly": "npm run build && npm run lint",
"test": "jest"
},
"dependencies": {
Expand Down

0 comments on commit f0d4022

Please sign in to comment.