We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11e3ac4 commit a19a4e9Copy full SHA for a19a4e9
1 file changed
package.json
@@ -46,7 +46,7 @@
46
},
47
"scripts": {
48
"download-binaries": "gh run download \"$(gh run list -b \"$(git branch --show-current)\" -L 1 --json databaseId --jq \".[].databaseId\")\" && npm run merge-prebuilds",
49
- "merge-prebuilds": "mkdir -p prebuilds && mv prebuilds-*/* prebuilds/ && rm -r prebuilds-*/",
+ "merge-prebuilds": "rm -rf prebuilds && mkdir -p prebuilds && mv prebuilds-*/* prebuilds/ && rm -r prebuilds-*/",
50
"install": "node-gyp-build",
51
"test": "./node_modules/.bin/tape test/**/*.test.js",
52
"prebuildify": "prebuildify --napi --tag-uv --tag-libc --strip",
0 commit comments