We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ae732 commit 50749a0Copy full SHA for 50749a0
package.json
@@ -26,8 +26,8 @@
26
"prepublish": "npm run build && npm run test",
27
"prettier": "prettier --arrow-parens=always --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": "npm run prettier && jest --coverage --no-cache",
30
- "build": "npm run prettier && npm run babel",
+ "test": "jest --coverage --no-cache",
+ "build": "npm run babel",
31
"jest": "jest --watch"
32
},
33
"jest": {
0 commit comments