1/2/25
This commit is contained in:
+3
-1
@@ -6,6 +6,8 @@ elif [ -f "yarn.lock" ]; then
|
||||
yarn lint
|
||||
elif [ -f "pnpm-lock.yaml"]
|
||||
pnpm run lint
|
||||
elif [ -f "bun.lockb" ]; then
|
||||
bun run lint
|
||||
else
|
||||
echo "Neither package-lock.json nor yarn.lock exists"
|
||||
echo "No lockfile :("
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user