We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
prebuild
npm run unbuild
1 parent 32ba6ff commit 59035e3Copy full SHA for 59035e3
scripts/unbuild
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-PRODUCTS=(bin lib libexec share *-nodeos-linux-musl*)
+PRODUCTS=(bin lib libexec prebuilds share *-nodeos-linux-musl*)
4
5
rm -rf build/ deps/ || exit 1
6
rm -rf ${PRODUCTS[@]} || exit 2
0 commit comments