Skip to content

Commit

Permalink
chore: hack to prevent SIGPROF warning, until new spawn-wrap is avail…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
Benjamin Coe committed May 31, 2017
1 parent f18f780 commit 2f68559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -5,3 +5,4 @@ test/build/
.self_coverage
*.covered.js
needs-transpile.js
package-lock.json
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -13,6 +13,7 @@
"test-integration": "tap -t120 --no-cov -b ./test/build/*.js && mocha --timeout=15000 ./test/nyc-bin.js",
"test-mocha": "node ./bin/nyc --no-clean --silent --temp-directory=./.self_coverage mocha ./test/nyc.js ./test/process-args.js",
"report": "node ./bin/nyc --temp-directory ./.self_coverage/ -r text -r lcov report",
"prerelease": "cp node_modules/signal-exit/signals.js node_modules/spawn-wrap/node_modules/signal-exit/signals.js",
"release": "standard-version"
},
"bin": {
Expand Down

0 comments on commit 2f68559

Please sign in to comment.