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 3ab35bb commit ac50f8aCopy full SHA for ac50f8a
.build/build.sh
@@ -23,12 +23,6 @@ echo "Installing node version $nodeVersion"
23
nvm install $nodeVersion
24
echo "npm ci"
25
npm ci
26
-# Unshallow on CI system for complete blame info
27
-echo $CI
28
-if [[ -n "$CI" ]]; then
29
-echo "git fetch --unshallow"
30
-git fetch --unshallow
31
-fi
32
echo "npm run compile"
33
npm run compile
34
echo "npm run coverage"
0 commit comments