Update to yarn configuration

This commit is contained in:
Johannes Loher 2021-02-11 12:43:52 +01:00
parent 1d74c60272
commit b6bb22dc81

View file

@ -6,13 +6,11 @@ stages:
- release - release
before_script: before_script:
- yarn install - yarn install --immutable
cache: &global_cache cache: &global_cache
paths: paths:
- node_modules - .yarn/cache
- "packages/*/node_modules"
- .eslint
lint: lint:
stage: test stage: test