File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 99 "lint:es" : " eslint ." ,
1010 "lint:markup" : " markuplint \" **/*.{jsx,tsx}\" " ,
1111 "lint:ts" : " tsc --noEmit" ,
12- "prepare" : " fumadocs-mdx && pnpm run build " ,
12+ "prepare" : " fumadocs-mdx" ,
1313 "start" : " next start"
1414 },
1515 "dependencies" : {
Original file line number Diff line number Diff line change 4545 "lint:spell" : " cspell lint --relative --no-progress \" **\" " ,
4646 "lint:ts" : " pnpm m run lint:ts" ,
4747 "lint:website" : " pnpm -F \" ./apps/website\" run lint" ,
48- "prepare" : " lefthook install && pnpm run build && pnpm run update:website " ,
48+ "prepare" : " lefthook install && pnpm run update:all && pnpm run build " ,
4949 "test" : " vitest run --logHeapUsage" ,
5050 "update:all" : " pnpm run update:version && pnpm run update:readme && pnpm run update:website" ,
5151 "update:readme" : " tsx ./scripts/update-readme.ts" ,
You can’t perform that action at this time.
0 commit comments