Skip to content
Snippets Groups Projects
Commit 2bd87fa4 authored by Hazelnoot's avatar Hazelnoot
Browse files

add "lint-all" script to lazy-fail and print all errors at once

parent 1a9f2f84
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
"watch": "pnpm dev",
"dev": "node scripts/dev.mjs",
"lint": "pnpm -r lint",
"lint-all": "pnpm -r --no-bail lint",
"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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment