Skip to content

Commit

Permalink
Use nyc to stop instrument.
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Jan 4, 2017
1 parent ee15d3f commit e96000b
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 @@ -26,7 +26,7 @@
"pretest": "npm run lint && NODE_ENV=test npm run prepublish",
"test": "NODE_PATH=test/lib jest test/unit/*.test.js test/isolated/*.test.js test/integration/**/test/*.test.js --coverage",
"testonly": "NODE_PATH=test/lib jest test/unit/*.test.js test/isolated/*.test.js test/integration/**/test/*.test.js",
"coveralls": "nyc report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"coveralls": "nyc --instrument=false --source-map=false report --temp-directory=./coverage --reporter=text-lcov | coveralls",
"lint": "standard 'bin/*' 'client/**/*.js' 'examples/**/*.js' 'lib/**/*.js' 'pages/**/*.js' 'server/**/*.js' 'test/**/*.js'",
"prepublish": "gulp release",
"precommit": "npm run lint"
Expand Down

0 comments on commit e96000b

Please sign in to comment.