Skip to content

Commit 281e167

Browse files
committed
Upgrade list of products after they have been generated
1 parent af9fd1b commit 281e167

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/BigRedButton

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ npm run build -- -b 32 && npm test -- -b 32 && rm -rf build || exit 10
2626
npm run build -- -b 64 && npm test -- -b 64 && rm -rf build || exit 11
2727
npm run build -- -M raspi2 && npm test -- -M raspi2 && rm -rf build || exit 12
2828

29+
# Upgrade list of products
30+
PRODUCTS=(bin lib libexec share *-nodeos-linux-musl*)
31+
2932

3033
#
3134
# Pack toolchain in a node-gyp compatible way

0 commit comments

Comments
 (0)