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.