We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a879c8 commit 047cb9cCopy full SHA for 047cb9c
package.json
@@ -15,6 +15,7 @@
15
"release:publish": "pnpm publish --recursive --tag latest",
16
"release:publish:dry-run": "pnpm publish --recursive --tag latest --registry=\"http://localhost:4873/\"",
17
"release:tag": "node scripts/releaseTag.mjs",
18
+ "docs:build": "rm -rf docs && mkdir -p docs/export && touch docs/export/index.html",
19
"extract-error-codes": "cross-env MUI_EXTRACT_ERROR_CODES=true lerna run --concurrency 8 build:modern",
20
"install:codesandbox": "pnpm install --no-frozen-lockfile",
21
"jsonlint": "node ./scripts/jsonlint.mjs",
0 commit comments