Remove NODE_ENV from build script
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
3fe97a8e20
commit
e0e7329a99
@ -47,7 +47,7 @@
|
||||
"build": "yarn build:frame-runner && gatsby build",
|
||||
"build:frame-runner": "webpack --config ./webpack-frame-runner.js",
|
||||
"build:loop-protect": "webpack --config ./webpack-loop-protect.js",
|
||||
"develop": "NODE_ENV=production yarn build:frame-runner && gatsby develop",
|
||||
"develop": "yarn build:frame-runner && gatsby develop",
|
||||
"format": "yarn format:gatsby && yarn format:src",
|
||||
"format:gatsby": "prettier --write './gatsby*.js'",
|
||||
"format:src": "prettier --write './src/**/*.js'",
|
||||
|
Reference in New Issue
Block a user