mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
chore: Add linting commands for error detection in UI and server workspaces
This commit is contained in:
@@ -41,6 +41,8 @@
|
||||
"build:electron:linux": "npm run build:packages && npm run build:electron:linux --workspace=apps/ui",
|
||||
"build:electron:linux:dir": "npm run build:packages && npm run build:electron:linux:dir --workspace=apps/ui",
|
||||
"lint": "npm run lint --workspace=apps/ui",
|
||||
"lint:errors": "npm run lint --workspace=apps/ui -- --quiet",
|
||||
"lint:server:errors": "npm run lint --workspace=apps/server -- --quiet",
|
||||
"test": "npm run test --workspace=apps/ui",
|
||||
"test:headed": "npm run test:headed --workspace=apps/ui",
|
||||
"test:ui": "npm run test --workspace=apps/ui -- --ui",
|
||||
|
||||
Reference in New Issue
Block a user