Skip to content

Commit

Permalink
Update package.json to discard tag_prefix to make binary mirroring wo…
Browse files Browse the repository at this point in the history
…rk (#4667)
  • Loading branch information
Tom Duncalf committed Jun 22, 2022
1 parent 256b956 commit 59c7bd2
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 @@ -53,7 +53,7 @@
"set-version": "scripts/set-version.sh",
"test": "scripts/test.sh",
"package": "npm ci --ignore-scripts && prebuild",
"install": "prebuild-install -r napi || cmake-js build",
"install": "prebuild-install --tag-prefix= -r napi || cmake-js build",
"rebuild": "npm run rebuild-changes",
"build": "npm run build-changes",
"build:arm": "npm run build-changes:arm",
Expand Down

0 comments on commit 59c7bd2

Please sign in to comment.