Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: install yarn deps in production mode
From the yarn docs: > Yarn will not install any package listed in `devDependencies` if the > `NODE_ENV` environment variable is set to `production`. Use this flag > to instruct Yarn to ignore `NODE_ENV` and take its production-or-not > status from this flag instead. This should ensure that no development dependencies, such as `surge`, are installed at all in the image that we use for deployments. Yet another follow-up to the vulnerability report for the MP+ deployment. Co-authored-by: Eric Gustavsson <[email protected]> Signed-off-by: Matej Focko <[email protected]>
- Loading branch information