We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 534caeb commit ca78d95Copy full SHA for ca78d95
package.json
@@ -26,7 +26,7 @@
26
"prepublish": "npm run build",
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",
+ "test": "npm run build && jest --coverage --no-cache",
30
"build": "npm run babel",
31
"jest": "jest --watch"
32
},
0 commit comments