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
commit bfbc69eaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",