Skip to content

Commit 38499f2

Browse files
author
Artem
committed
add logs during build
1 parent ae3c82f commit 38499f2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/build/build_modules.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ then
1313
else
1414
FILENAME="$FILENAME.$ARCH.tar.gz"
1515
fi
16-
echo $FILENAME
1716

18-
# reinstall backend prod dependencies only (optimise space)
17+
echo "Building node modules..."
18+
echo "Platform: $PLATFORM"
19+
echo "Arch: $ARCH"
20+
echo "Libc: $LIBC"
21+
echo "npm target libc: $npm_config_target_libc"
22+
1923
rm -rf redisinsight/api/node_modules
2024

2125
npm_config_arch="$ARCH" \

0 commit comments

Comments
 (0)