Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Commit

Permalink
fix(package): update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Dec 7, 2015
1 parent 42865bc commit cf2c295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"clean": "rm -rf coverage && rm -rf dist",
"dev": "webpack-dev-server --quiet --config config/webpack.dev.conf.js --host 0.0.0.0",
"lint": "eslint src test config",
"test": "karma start config/karma.conf.js",
"watch": "webpack --watch --config config/webpack.conf.js"
"unit": "karma start config/karma.conf.js",
"test": "npm run lint && npm run unit"
}
}

0 comments on commit cf2c295

Please sign in to comment.