Skip to content
Snippets Groups Projects

fix: do not change js lock file when installing deps

Merged Arnaud Vergnet requested to merge topic/default/js-lock into branch/default
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2,7 +2,7 @@
stage: install
image: node:14-alpine
script:
- '[ -e yarn.lock ] && yarn || npm i'
- '[ -e yarn.lock ] && yarn --frozen-lockfile || npm ci'
artifacts:
expire_in: 1 day
paths:
Loading