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.
1 parent 260d51b commit f22c966Copy full SHA for f22c966
.build/build.sh
@@ -22,7 +22,7 @@ cd $targetDir
22
echo "Installing node version $nodeVersion"
23
nvm install $nodeVersion
24
echo "npm ci"
25
-npm ci > /dev/null 2>&1
+npm ci
26
echo "git fetch --unshallow"
27
git fetch --unshallow
28
echo "npm run compile"
0 commit comments