File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 88 "build" : " tsc -p tsconfig.build.json && vite build" ,
99 "lint" : " biome check --write --unsafe --no-errors-on-unmatched --files-ignore-unknown=true ./" ,
1010 "preview" : " vite preview" ,
11- "generate-client" : " openapi-ts"
11+ "generate-client" : " openapi-ts" ,
12+ "test" : " bunx playwright test" ,
13+ "test:ui" : " bunx playwright test --ui"
1214 },
1315 "dependencies" : {
1416 "@hookform/resolvers" : " ^5.2.2" ,
Original file line number Diff line number Diff line change 66 ],
77 "scripts" : {
88 "dev" : " bun run --filter frontend dev" ,
9- "lint" : " bun run --filter frontend lint"
9+ "lint" : " bun run --filter frontend lint" ,
10+ "test" : " bun run --filter frontend test" ,
11+ "test:ui" : " bun run --filter frontend test:ui"
1012 }
1113}
You can’t perform that action at this time.
0 commit comments