File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export const isAGodspeedProject = () => {
219
219
spawnSync ( "npm" , [ "run" , "build" ] , {
220
220
stdio : "inherit" ,
221
221
env : {
222
- NODE_ENV : "production" ,
222
+ // NODE_ENV: "production",
223
223
...process . env ,
224
224
} ,
225
225
} ) ;
@@ -233,7 +233,7 @@ export const isAGodspeedProject = () => {
233
233
spawnSync ( "npm" , [ "run" , "preview" ] , {
234
234
stdio : "inherit" ,
235
235
env : {
236
- NODE_ENV : "production" ,
236
+ // NODE_ENV: "production",
237
237
...process . env ,
238
238
} ,
239
239
} ) ;
@@ -300,7 +300,7 @@ export const isAGodspeedProject = () => {
300
300
spawnSync ( "npm" , [ "run" , "serve" ] , {
301
301
stdio : "inherit" ,
302
302
env : {
303
- NODE_ENV : "production" ,
303
+ // NODE_ENV: "production",
304
304
...process . env ,
305
305
} ,
306
306
} ) ;
You can’t perform that action at this time.
0 commit comments