You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: use npm ci for tests
* fix(npm version): updated npm version to support npm ci
* fix(npm version): removed npm from package.json and package-lock.json
* feat: use npm ci for tests
* fix(npm version): updated npm version to support npm ci
* fix(npm version): removed npm from package.json and package-lock.json
Do you want to request a feature or report a bug?
feature
What is the current behavior?
In our tests (
appveyor
andtravis
), we're using npm and not npm ci.If the current behavior is a bug, please provide the steps to reproduce.
NPM CI is a version of npm that runs on the CI ( faster ), which will increase feedback loop.
These are the files you are most likely to revise:
Relevant Resources
What is the expected behavior?
Faster builds on integration, unit and relevant tests.
If this is a feature request, what is motivation or use case for changing the behavior?
Performance
Important
This issue is reserved for first time contributors.
Happy hacking 🎉
The text was updated successfully, but these errors were encountered: