This change affects the build gate and uses npm ci which installed from the package-lock file and should be more performant. More information about npm ci can be found here.
✅ Checklist
General
[ ] I have added tests for my changes.
[x] I have tested my changes.
[ ] I have updated the project documentation to reflect my changes.
Pull Request
📖 Description
This change affects the build gate and uses
npm ci
which installed from the package-lock file and should be more performant. More information aboutnpm ci
can be found here.✅ Checklist
General