From 2f68559576b0ef003280c972890fb46d8b7cbe0b Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Wed, 31 May 2017 16:41:08 -0700 Subject: [PATCH] chore: hack to prevent SIGPROF warning, until new spawn-wrap is available --- .gitignore | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 0c2715eef..fcc4efbad 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ test/build/ .self_coverage *.covered.js needs-transpile.js +package-lock.json diff --git a/package.json b/package.json index bb3ff7fbf..282cb1baa 100644 --- a/package.json +++ b/package.json @@ -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": {