Skip to content

Commit

Permalink
Configured releases to be created as prereleases
Browse files Browse the repository at this point in the history
- we don't want to suggest it's released until all the builds are done
- also configured verbose logging for uploads
  • Loading branch information
daniellockyer committed Dec 29, 2023
1 parent f792f69 commit 83c8c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -69,7 +69,7 @@
"install": "prebuild-install -r napi || node-gyp rebuild",
"prebuild": "prebuild --runtime napi --all --verbose",
"rebuild": "node-gyp rebuild",
"upload": "prebuild --upload-all ${GITHUB_TOKEN}",
"upload": "prebuild --verbose --prerelease --upload-all ${GITHUB_TOKEN}",
"test": "node test/support/createdb.js && mocha -R spec --timeout 480000"
},
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 83c8c0a

Please sign in to comment.