mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
Don't use npx for eslint
This commit is contained in:
parent
7389ce724f
commit
167f3b3fb6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
"format:all": "prettier --write \"**/*.{cjs,html,js,json,md,ts}\"",
|
||||
"lint": "npm run lint:sh && npm run lint:ts",
|
||||
"lint:sh": "bash ./scripts/shellcheck.sh",
|
||||
"lint:ts": "npx eslint \"**/*.{js,ts}\"",
|
||||
"lint:ts": "eslint \"**/*.{js,ts}\"",
|
||||
"test": "npm run lint && npm run action metrics_server/test && npm run action sentry_webhook/build && npm run action server_manager/test && npm run action shadowbox/test"
|
||||
},
|
||||
"workspaces": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue