Skip to content

Commit 59035e3

Browse files
committed
Remove prebuild images when executing npm run unbuild
1 parent 32ba6ff commit 59035e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/unbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
PRODUCTS=(bin lib libexec share *-nodeos-linux-musl*)
3+
PRODUCTS=(bin lib libexec prebuilds share *-nodeos-linux-musl*)
44

55
rm -rf build/ deps/ || exit 1
66
rm -rf ${PRODUCTS[@]} || exit 2

0 commit comments

Comments
 (0)