build(ui): temp disable circular dependency check

I'll need to think about how to fix this properly. For now, disable the check as the UI can still build fine.
This commit is contained in:
psychedelicious 2024-04-22 22:40:33 +10:00
parent a10c66797d
commit 714126b832

View File

@ -25,7 +25,7 @@
"typegen": "node scripts/typegen.js",
"preview": "vite preview",
"lint:knip": "knip",
"lint:dpdm": "dpdm --no-warning --no-tree --transform --exit-code circular:1 src/main.tsx",
"lint:dpdm": "dpdm --no-warning --no-tree --transform --exit-code circular:0 src/main.tsx",
"lint:eslint": "eslint --max-warnings=0 .",
"lint:prettier": "prettier --check .",
"lint:tsc": "tsc --noEmit",