We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3208bfe commit 78e013fCopy full SHA for 78e013f
docs/package.json
@@ -11,7 +11,7 @@
11
"dev": "next dev",
12
"deploy": "git push -f material-ui-docs next:next",
13
"icons": "rimraf --glob public/static/icons/* && node ./scripts/buildIcons.js",
14
- "start": "next start",
+ "start": "serve ./export",
15
"create-playground": "cpy --cwd=scripts playground.template.tsx ../../pages/playground --rename=index.tsx",
16
"typescript": "tsc -p tsconfig.json && tsc -p scripts/tsconfig.json",
17
"typescript:transpile": "echo 'Use `pnpm docs:typescript:formatted'` instead && exit 1",
0 commit comments