We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed738e commit ea7b385Copy full SHA for ea7b385
package.json
@@ -8,7 +8,7 @@
8
"build": "gulp build && rollup -c",
9
"dev": "node demo/dev-server.js",
10
"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"
+ "test": "npm run build && ./node_modules/.bin/karma start test/karma.conf.js"
12
},
13
"author": "Budi Adiono <[email protected]>",
14
"license": "MIT",
0 commit comments