Skip to content

Commit b356172

Browse files
committed
fix(profiler): rebuild from source the correct package
1 parent dfba6d3 commit b356172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
3434
"semantic-release-pre": "semantic-release pre",
3535
"semantic-release-post": "semantic-release post",
36-
"install": "npm i v8-profiler --build-from-source || exit 0"
36+
"install": "npm i @risingstack/v8-profiler --build-from-source || exit 0"
3737
},
3838
"repository": {
3939
"type": "git",

0 commit comments

Comments
 (0)