-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"build": "cross-env NODE_ENV=production next build --profile", | ||
"build:clean": "rimraf .next && yarn build", | ||
"build-sw": "node ./scripts/buildServiceWorker.js", | ||
"dev": "rimraf ./node_modules/.cache/babel-loader && next dev", | ||
"dev": "rimraf ./node_modules/.cache/babel-loader && rimraf ./.next/cache/ && next dev", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
oliviertassinari
Author
Member
|
||
"deploy": "git push material-ui-docs next:next", | ||
"export": "rimraf docs/export && next export --threads=3 -o export && yarn build-sw", | ||
"icons": "rimraf public/static/icons/* && node ./scripts/buildIcons.js", | ||
|
This should be a separate command. You're slowing down dev considerably for for the very rare bug.