This commit is contained in:
2025-01-02 09:51:12 -05:00
parent 1c493e63af
commit 6b8f7e0b54
12 changed files with 247 additions and 311 deletions
+3 -1
View File
@@ -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