Merge pull request #6 from DoctorDerek/patch-1

Improve Windows compatibility for npm run analyze
This commit is contained in:
Timothy
2021-03-16 08:49:39 +08:00
committed by GitHub

View File

@ -7,7 +7,7 @@
"dev": "next dev",
"build": "next build && node ./scripts/generate-sitemap",
"serve": "next start",
"analyze": "ANALYZE=true next build"
"analyze": "env ANALYZE=true next build"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.5.0",