mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:38:10 -05:00
feat(ui): add knipignore tag
I'm not ready to delete some things but still want to build the app.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"build": "pnpm run lint && vite build",
|
||||
"typegen": "node scripts/typegen.js",
|
||||
"preview": "vite preview",
|
||||
"lint:knip": "knip",
|
||||
"lint:knip": "knip --tags=-knipignore",
|
||||
"lint:dpdm": "dpdm --no-warning --no-tree --transform --exit-code circular:1 src/main.tsx",
|
||||
"lint:eslint": "eslint --max-warnings=0 .",
|
||||
"lint:prettier": "prettier --check .",
|
||||
|
||||
Reference in New Issue
Block a user