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.
yarn
npm ci
1 parent c4d8280 commit bd504f2Copy full SHA for bd504f2
bin/install_npm_packages_clean
@@ -7,7 +7,6 @@ if [ ! -f package.json ]; then
7
fi
8
9
# Ensure package-lock.json is present
10
-# TODO: What to do with yarn-based projects? Make the hash on lockfile optional?
11
if [ ! -f package-lock.json ]; then
12
echo "No package-lock.json found!"
13
exit 1
0 commit comments