mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-21 21:45:11 +00:00
add scripts to run eslint on all packages
This commit is contained in:
parent
fbe6b31878
commit
31039821a1
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@
|
||||||
"dev": "node scripts/dev.mjs",
|
"dev": "node scripts/dev.mjs",
|
||||||
"lint": "pnpm -r lint",
|
"lint": "pnpm -r lint",
|
||||||
"lint-all": "pnpm -r --no-bail 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:open": "pnpm cypress open --browser --e2e --config-file=cypress.config.ts",
|
||||||
"cy:run": "pnpm cypress run",
|
"cy:run": "pnpm cypress run",
|
||||||
"e2e": "pnpm start-server-and-test start:test http://localhost:61812 cy:run",
|
"e2e": "pnpm start-server-and-test start:test http://localhost:61812 cy:run",
|
||||||
|
|
Loading…
Reference in a new issue