Skip to content

Commit

Permalink
clear NODE_ENV
Browse files Browse the repository at this point in the history
when trying to build locally, tinacms might be setting NODE_ENV to something
  • Loading branch information
kyleawayan committed Mar 2, 2024
1 parent 6d9097c commit e668052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms dev -c \"next build\"",
"build": "tinacms dev -c \"NODE_ENV=\"\" next build\"",
"start": "tinacms dev -c \"next start\"",
"lint": "next lint"
},
Expand Down

0 comments on commit e668052

Please sign in to comment.