Skip to content

Commit 8bfbbfd

Browse files
committed
run jest tests before webpack
1 parent 7aa9030 commit 8bfbbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"main": "index.js",
1010
"scripts": {
11-
"dev": "webpack --progress --colors --watch",
11+
"dev": "jest && webpack --progress --colors --watch",
1212
"dev-server": "node ./examples/parallax-example/dist/server",
1313
"gh-pages": "NODE_ENV=production webpack --progress --colors",
1414
"test": "jest"

0 commit comments

Comments
 (0)