Skip to content
Snippets Groups Projects
Commit d39594bf authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Use npm ci instead of npm install

parent 23988fbe
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ stages:
install-dependencies:
stage: install
script:
- npm install -q
- npm ci
artifacts:
paths:
- node_modules/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment