Skip to content

Commit 78e013f

Browse files
committed
Change docs:start script
1 parent 3208bfe commit 78e013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dev": "next dev",
1212
"deploy": "git push -f material-ui-docs next:next",
1313
"icons": "rimraf --glob public/static/icons/* && node ./scripts/buildIcons.js",
14-
"start": "next start",
14+
"start": "serve ./export",
1515
"create-playground": "cpy --cwd=scripts playground.template.tsx ../../pages/playground --rename=index.tsx",
1616
"typescript": "tsc -p tsconfig.json && tsc -p scripts/tsconfig.json",
1717
"typescript:transpile": "echo 'Use `pnpm docs:typescript:formatted'` instead && exit 1",

0 commit comments

Comments
 (0)