Skip to content

Commit a8dbbe7

Browse files
committed
trying dumb thing to force lib to build first
1 parent 1efead5 commit a8dbbe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/material-react-table-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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",

0 commit comments

Comments
 (0)