We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a9c74 commit 6bb3bc3Copy full SHA for 6bb3bc3
package.json
@@ -23,7 +23,6 @@
23
},
24
"license": "MIT",
25
"scripts": {
26
- "prepublish": "npm run build && npm run test",
27
"prettier": "prettier --single-quote --tab-width=4 --print-width=80 \"./src/**/*.js\" \"./test/**/*js\" --write",
28
"babel": "babel src --out-dir dist --ignore '**/*.test.js'",
29
"test": "jest --coverage --no-cache",
0 commit comments