sdk icon indicating copy to clipboard operation
sdk copied to clipboard

fix: Do not set NODE_ENV

Open fxgst opened this issue 1 year ago • 0 comments

Description

When deploying to the mainnet, dfx sets the NODE_ENV env variable which causes a different behavior with devDependencies than when deploying locally. To remove this inconsistency between local/remote deployment, we should abstain from setting this variable when deploying to mainnet.

fxgst avatar Nov 20 '24 12:11 fxgst