You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at this PR, it looks like you should be able to edit the NODE_ENV. This works for develop but the build command always overwrites to "production"
Testing with NODE_ENV=foo npm run build. With the package json script being the default "build": "gatsby build"