Skip to content

Commit

Permalink
[core] Fix CI with fake docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Aug 31, 2024
1 parent 9a879c8 commit 6c051a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6c051a3

Please sign in to comment.