File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
"build" : " NODE_ENV=production pnpm vite build" ,
9
9
"check" : " biome check --error-on-warnings ." ,
10
10
"check:fix" : " biome check --error-on-warnings --fix ." ,
11
- "check:circular-deps" : " dpdm --no-tree --no-warning -T ./src/App.tsx" ,
12
11
"check:all" : " pnpm check && pnpm test" ,
13
12
"chromatic" : " chromatic" ,
14
13
"dev" : " vite" ,
15
14
"format" : " biome format --write ." ,
16
15
"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 " ,
18
17
"lint:check" : " biome lint --error-on-warnings ." ,
18
+ "lint:circular-deps" : " dpdm --no-tree --no-warning -T ./src/App.tsx" ,
19
19
"lint:fix" : " biome lint --error-on-warnings --write ." ,
20
20
"lint:types" : " tsc -p ." ,
21
21
"playwright:install" : " playwright install --with-deps chromium" ,
You can’t perform that action at this time.
0 commit comments