Merge pull request #6 from DoctorDerek/patch-1
Improve Windows compatibility for npm run analyze
This commit is contained in:
commit
bfbc69eaf9
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user