Skip to content

Commit bd504f2

Browse files
committed
Remove note about yarn from npm ci command
If a project uses `yarn` it should not use the `npm ci` command in CI!
1 parent c4d8280 commit bd504f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bin/install_npm_packages_clean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ if [ ! -f package.json ]; then
77
fi
88

99
# Ensure package-lock.json is present
10-
# TODO: What to do with yarn-based projects? Make the hash on lockfile optional?
1110
if [ ! -f package-lock.json ]; then
1211
echo "No package-lock.json found!"
1312
exit 1

0 commit comments

Comments
 (0)