Skip to content

Commit ea7b385

Browse files
committed
build before test
1 parent 5ed738e commit ea7b385

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
"build": "gulp build && rollup -c",
99
"dev": "node demo/dev-server.js",
1010
"build:demo": "npm run build && cross-env NODE_ENV='production' webpack --config demo/webpack.prod.config.js",
11-
"test": "./node_modules/.bin/karma start test/karma.conf.js"
11+
"test": "npm run build && ./node_modules/.bin/karma start test/karma.conf.js"
1212
},
1313
"author": "Budi Adiono <[email protected]>",
1414
"license": "MIT",

0 commit comments

Comments
 (0)