Skip to content

Commit f22c966

Browse files
committed
(#62) Enabled debug output in build script
1 parent 260d51b commit f22c966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cd $targetDir
2222
echo "Installing node version $nodeVersion"
2323
nvm install $nodeVersion
2424
echo "npm ci"
25-
npm ci > /dev/null 2>&1
25+
npm ci
2626
echo "git fetch --unshallow"
2727
git fetch --unshallow
2828
echo "npm run compile"

0 commit comments

Comments
 (0)