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 and not npm install #155

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Use npm ci and not npm install #155

merged 1 commit into from
Feb 5, 2024

Conversation

asipple1
Copy link
Contributor

@asipple1 asipple1 commented Jan 30, 2024

Description

npm ci performs a clean install of all existing dependencies, whereas npm install attempts to update current dependencies when possible.

@asipple1 asipple1 linked an issue Jan 30, 2024 that may be closed by this pull request
@thejimbirch thejimbirch merged commit 005cc9c into main Feb 5, 2024
@thejimbirch thejimbirch deleted the issue/154--use-npm-ci branch February 5, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Should use npm ci and not npm install
2 participants