Skip to content

Commit ca78d95

Browse files
committed
Update build pipeline
1 parent 534caeb commit ca78d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"prepublish": "npm run build",
2727
"prettier": "prettier --single-quote --tab-width=4 --print-width=80 \"./src/**/*.js\" \"./test/**/*js\" --write",
2828
"babel": "babel src --out-dir dist --ignore '**/*.test.js'",
29-
"test": "jest --coverage --no-cache",
29+
"test": "npm run build && jest --coverage --no-cache",
3030
"build": "npm run babel",
3131
"jest": "jest --watch"
3232
},

0 commit comments

Comments
 (0)