File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55.open-next
66.wrangler
77.turbo
8- dist
8+ dist
9+
10+ # Cache folders
11+ .eslintcache
12+ .prettiercache
Original file line number Diff line number Diff line change 1717 "e2e-turbopack" : " pnpm build && pnpm -r e2e-turbopack" ,
1818 "e2e:dev" : " pnpm build && pnpm -r e2e:dev" ,
1919 "prettier:check" : " prettier --check ." ,
20- "prettier:fix" : " prettier --write ." ,
20+ "prettier:fix" : " prettier --cache -- write ." ,
2121 "lint:check" : " pnpm -r lint:check" ,
2222 "lint:fix" : " pnpm -r lint:fix" ,
2323 "ts:check" : " pnpm -r ts:check" ,
Original file line number Diff line number Diff line change 88 "build" : " pnpm clean && tsc" ,
99 "build:watch" : " tsc -w" ,
1010 "lint:check" : " eslint" ,
11- "lint:fix" : " eslint --fix" ,
11+ "lint:fix" : " eslint --cache -- fix" ,
1212 "ts:check" : " tsc --noEmit" ,
1313 "test" : " vitest --run" ,
1414 "test:watch" : " vitest"
You can’t perform that action at this time.
0 commit comments