Skip to content

Commit 5b711a3

Browse files
committed
chore: add circular-deps lint to lint command and CI
1 parent dca8d8f commit 5b711a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
"build": "NODE_ENV=production pnpm vite build",
99
"check": "biome check --error-on-warnings .",
1010
"check:fix": "biome check --error-on-warnings --fix .",
11-
"check:circular-deps": "dpdm --no-tree --no-warning -T ./src/App.tsx",
1211
"check:all": "pnpm check && pnpm test",
1312
"chromatic": "chromatic",
1413
"dev": "vite",
1514
"format": "biome format --write .",
1615
"format:check": "biome format .",
17-
"lint": "pnpm run lint:check && pnpm run lint:types",
16+
"lint": "pnpm run lint:check && pnpm run lint:types && pnpm run lint:circular-deps",
1817
"lint:check": " biome lint --error-on-warnings .",
18+
"lint:circular-deps": "dpdm --no-tree --no-warning -T ./src/App.tsx",
1919
"lint:fix": " biome lint --error-on-warnings --write .",
2020
"lint:types": "tsc -p .",
2121
"playwright:install": "playwright install --with-deps chromium",

0 commit comments

Comments
 (0)