Skip to content

Commit 047cb9c

Browse files
[core] Fix CI with fake docs
1 parent 9a879c8 commit 047cb9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"release:publish": "pnpm publish --recursive --tag latest",
1616
"release:publish:dry-run": "pnpm publish --recursive --tag latest --registry=\"http://localhost:4873/\"",
1717
"release:tag": "node scripts/releaseTag.mjs",
18+
"docs:build": "rm -rf docs && mkdir -p docs/export && touch docs/export/index.html",
1819
"extract-error-codes": "cross-env MUI_EXTRACT_ERROR_CODES=true lerna run --concurrency 8 build:modern",
1920
"install:codesandbox": "pnpm install --no-frozen-lockfile",
2021
"jsonlint": "node ./scripts/jsonlint.mjs",

0 commit comments

Comments
 (0)