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

Bug: Use npm ci command only during CI #1060

Closed
kbeaugrand opened this issue Aug 10, 2022 · 0 comments
Closed

Bug: Use npm ci command only during CI #1060

kbeaugrand opened this issue Aug 10, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@kbeaugrand
Copy link
Member

npm ci command is executing during normal build (with visual studio), but the normal behavior of this command line is to remove existing node_modules before installing expected packages.
This is very computing and power consuming rather than npm install command line which is supposed to only install missing dependencies over existing installation.

Expected Behavior

During developement, npm install command should be executing in build phase.
During CI, npm ci command should be executing.

Current Behavior

npm ci is executing in all phases.

Steps to Reproduce

N/A

Context (Environment)

Portal version:
LoRaWAN Stack version:

Logs

Additional Information

@kbeaugrand kbeaugrand added the bug Something isn't working label Aug 10, 2022
@kbeaugrand kbeaugrand added this to the S35 milestone Aug 10, 2022
@kbeaugrand kbeaugrand self-assigned this Aug 10, 2022
@hocinehacherouf hocinehacherouf moved this to :rocket: Ready in IoT Hub Portal Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: 🚀 Ready
Development

No branches or pull requests

1 participant