Skip to content

Commit 6bb3bc3

Browse files
committed
Remove prepublish command
1 parent 20a9c74 commit 6bb3bc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
},
2424
"license": "MIT",
2525
"scripts": {
26-
"prepublish": "npm run build && npm run test",
2726
"prettier": "prettier --single-quote --tab-width=4 --print-width=80 \"./src/**/*.js\" \"./test/**/*js\" --write",
2827
"babel": "babel src --out-dir dist --ignore '**/*.test.js'",
2928
"test": "jest --coverage --no-cache",

0 commit comments

Comments
 (0)