Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use npm ci to install dependencies for testing #1053

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

frankieroberto
Copy link
Contributor

npm ci is similar to npm install, except it's meant to be used in automated environments such as test platforms, continuous integration, and deployment -- or any situation where you want to make sure you're doing a clean install of your dependencies.

@paulrobertlloyd paulrobertlloyd force-pushed the use-npm-ci-to-install-npm-packages branch from 544a502 to 85983d0 Compare October 23, 2024 18:02
@frankieroberto frankieroberto merged commit b74edb8 into main Oct 23, 2024
2 checks passed
@frankieroberto frankieroberto deleted the use-npm-ci-to-install-npm-packages branch October 23, 2024 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants