File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/material-react-table-docs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 "scripts" : {
55 "build" : " pnpm docs:build" ,
66 "dev" : " pnpm docs:dev" ,
7- "docs:build" : " next build && pnpm docs:sitemap" ,
7+ "docs:build" : " cd ../../ && pnpm lib:build && cd apps/material-react-table-docs && next build && pnpm docs:sitemap" ,
88 "docs:dev" : " next dev --port 3000" ,
99 "docs:sitemap" : " next-sitemap --config ./next-sitemap.config.cjs" ,
1010 "docs:start" : " next start --port 4000" ,
Original file line number Diff line number Diff line change 88 "scripts" : {
99 "build" : " turbo run build --parallel" ,
1010 "dev" : " turbo run dev --parallel" ,
11- "docs:build" : " turbo run lib:build --no-cache --force && turbo run docs:build --no-cache --force" ,
11+ "docs:build" : " turbo run docs:build --no-cache --force" ,
1212 "docs:build-local" : " turbo run docs:build --no-cache --force" ,
1313 "docs:dev" : " turbo run docs:dev" ,
1414 "docs:sitemap" : " turbo run docs:sitemap" ,
You can’t perform that action at this time.
0 commit comments