Skip to content

Commit

Permalink
chore: update npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
stackjie committed Oct 16, 2017
1 parent d416689 commit 6655e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dev": "node ./build/dev-server.js",
"build": "webpack --config ./build/prod.config.js && gulp --gulpfile build/minimize.js",
"build-examples": "webpack --config ./build/examples.prod.config.js",
"unit": "cross-env karma start test/unit/karma.conf.js",
"unit": "cross-env karma start test/unit/karma.conf.js --single-run",
"test": "npm run unit",
"coveralls": "cat ./test/unit/coverage/lcov/lcov.info | ./node_modules/.bin/coveralls"
},
Expand Down

0 comments on commit 6655e8a

Please sign in to comment.