Skip to content

Commit

Permalink
Don't run npm test for prepublish
Browse files Browse the repository at this point in the history
We can't really do this because it requires external dependencies
(memcached);
  • Loading branch information
joshbetz committed Nov 19, 2022
1 parent 7c39f77 commit 83f43fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"test": "npm run lint && npm run jest",
"lint": "eslint src __tests__",
"jest": "jest",
"prepare": "npm run build",
"prepublishOnly": "npm test"
"prepare": "npm run build"
},
"author": "",
"license": "MIT",
Expand Down

0 comments on commit 83f43fe

Please sign in to comment.