Skip to content

Commit 8fed6cd

Browse files
committed
fix(profiling): rebuild v8profiler from source
1 parent 426def3 commit 8fed6cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"test-e2e": "node ./e2e | tap-spec",
3131
"cover": "istanbul cover _mocha $(find ./lib -name \"*.spec.js\" -not -path \"./node_modules/*\"); open coverage/lcov-report/index.html",
3232
"changelog": "conventional-changelog -p angular -o CHANGELOG.md -r 500",
33-
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
33+
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
34+
"install": "npm i v8-profiler --build-from-source || exit 0"
3435
},
3536
"repository": {
3637
"type": "git",
@@ -43,7 +44,6 @@
4344
"bl": "1.1.2",
4445
"continuation-local-storage": "3.1.7",
4546
"debug": "2.2.0",
46-
"heapdump": "0.3.7",
4747
"lodash.assign": "4.0.9",
4848
"lodash.defaults": "4.0.1",
4949
"lodash.flatmap": "4.3.0",
@@ -57,6 +57,7 @@
5757
"optionalDependencies": {
5858
"microtime": "2.1.1",
5959
"event-loop-stats": "1.0.0",
60+
"heapdump": "0.3.7",
6061
"gc-stats": "1.0.0",
6162
"v8-profiler": "5.6.5"
6263
},

0 commit comments

Comments
 (0)