dfinity / sdk

IC SDK: a Software Development Kit for creating and managing canister smart contracts on the ICP blockchain.
https://internetcomputer.org/developers
Apache License 2.0
176 stars 85 forks source link

fix: Do not set NODE_ENV #4008

Open fxgst opened 3 days ago

fxgst commented 3 days ago

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.