From 047cb9cdc9ec01f5099ba2fa5d9cc997939c9fb6 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 31 Aug 2024 23:30:28 +0200 Subject: [PATCH] [core] Fix CI with fake docs --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 28dd9c2c..c24d14c4 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "release:publish": "pnpm publish --recursive --tag latest", "release:publish:dry-run": "pnpm publish --recursive --tag latest --registry=\"http://localhost:4873/\"", "release:tag": "node scripts/releaseTag.mjs", + "docs:build": "rm -rf docs && mkdir -p docs/export && touch docs/export/index.html", "extract-error-codes": "cross-env MUI_EXTRACT_ERROR_CODES=true lerna run --concurrency 8 build:modern", "install:codesandbox": "pnpm install --no-frozen-lockfile", "jsonlint": "node ./scripts/jsonlint.mjs",