Skip to content

Commit

Permalink
[core] Fix docs:build to work in docs folder too
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jan 2, 2025
1 parent a7f95d1 commit a8b74d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "MUI Toolpad",
"license": "MIT",
"scripts": {
"build": "rimraf docs/export && cross-env NODE_ENV=production next build --profile && pnpm build-sw",
"build": "rimraf ./export && cross-env NODE_ENV=production next build --profile && pnpm build-sw",
"build:clean": "rimraf .next && pnpm build",
"build-sw": "node ./scripts/buildServiceWorker.js",
"dev": "next dev --port 3003",
Expand Down

0 comments on commit a8b74d4

Please sign in to comment.