1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

add scripts to run eslint on all packages

This commit is contained in:
Hazelnoot
2024-10-16 10:30:57 -04:00
parent fbe6b31878
commit 31039821a1

View File

@@ -35,6 +35,8 @@
"dev": "node scripts/dev.mjs",
"lint": "pnpm -r lint",
"lint-all": "pnpm -r --no-bail lint",
"eslint": "pnpm -r eslint",
"eslint-all": "pnpm -r --no-bail eslint",
"cy:open": "pnpm cypress open --browser --e2e --config-file=cypress.config.ts",
"cy:run": "pnpm cypress run",
"e2e": "pnpm start-server-and-test start:test http://localhost:61812 cy:run",