Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Recommendation to install with 'npm ci' (#5697)
With the recent upgrade of npm we should be using the 'npm ci' option install packages. This provides a more reliable deployment that does not update packages on install. It will reduce check-ins of improper package-lock.json and provide greater assurance that a stable node_modules is deployed.
- Loading branch information