Skip to content

Commit

Permalink
Remove coverage report from npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
cheton committed Jun 13, 2017
1 parent 7f8db88 commit 1788d5c
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 @@ -57,7 +57,7 @@
"eslint": "eslint --ext .js --ext .jsx *.js src bin gulp test",
"eslint:debug": "echo \"Checking code style...\"; DEBUG=eslint:cli-engine eslint --ext .js --ext .jsx *.js src bin gulp test",
"stylint": "stylint src/web",
"test": "tap test/*.js --coverage --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill",
"test": "tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
"coveralls": "tap test/*.js --coverage --coverage-report=text-lcov --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill | coveralls"
},
"build": {
Expand Down Expand Up @@ -128,7 +128,7 @@
"@trendmicro/react-breadcrumbs": "~0.5.3",
"@trendmicro/react-dropdown": "~0.6.13",
"@trendmicro/react-interpolate": "~0.5.3",
"@trendmicro/react-modal": "~0.6.4",
"@trendmicro/react-modal": "~0.7.0",
"@trendmicro/react-paginations": "~0.5.10",
"@trendmicro/react-table": "~0.5.0",
"@trendmicro/react-toggle-switch": "~0.5.4",
Expand Down

0 comments on commit 1788d5c

Please sign in to comment.