From 6c051a3f5a7a76c13836c1479be584442cfe8466 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 --- netlify.toml | 5 +++-- package.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 6745d886..9ccef458 100644 --- a/netlify.toml +++ b/netlify.toml @@ -11,5 +11,6 @@ NODE_VERSION = "18" PNPM_FLAGS = "--shamefully-hoist" -[[plugins]] - package = "./packages/netlify-plugin-cache-docs" +# TODO uncomment once we have a docs website. +# [[plugins]] +# package = "./packages/netlify-plugin-cache-docs" 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",