Guidance for using skip pruning in deployment workflows.
NODE_ENV
environment variable hasnât been set to production, you may see the following warning:
Skip Pruning Because NODE_ENV is Not âProductionâThis occurs because the
NODE_ENV
 variable isnât set to production by default during application creation.
To resolve or prevent this issue, manually add the NODE_ENV
 environment variable when adding your application or in your applicationâs Environment variables. If you add the environment variable after the application has been created, you can redeploy it using Deploy changes.