Skip to content

Commit

Permalink
scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Evheniy Bystrov committed Feb 10, 2017
1 parent 8fd6a1f commit ebf1bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .istanbul.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
instrumentation:
default-excludes: true
excludes: ['dist/**', 'webpack.config.js']
excludes: ['dist/**', 'webpack.config.js', 'src/app/index.jsx']
include-all-sources: true
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
"test:security": "./node_modules/.bin/nsp check",
"test:coverage": "./node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha -- tests/**/*.{js,jsx}",
"report": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"build": "./node_modules/.bin/webpack",
"server": "./node_modules/.bin/npm-run-all server:*",
"server:clear": "./node_modules/.bin/rimraf coverage dist",
"server:build": "./node_modules/.bin/npm-run-all build",
"server:build": "./node_modules/.bin/webpack",
"server:create": "./node_modules/.bin/http-server dist -p $npm_package_config_port",
"server:launch": "./node_modules/.bin/opn http://localhost:$npm_package_config_port",
"precommit": "npm run lint && npm test",
Expand Down

0 comments on commit ebf1bb0

Please sign in to comment.