mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-21 21:25:12 +00:00
add "lint-all" script to lazy-fail and print all errors at once
This commit is contained in:
parent
1a9f2f84b3
commit
2bd87fa481
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue