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
before_script:
- yarn install
- yarn install --immutable
cache: &global_cache
paths:
- node_modules
- "packages/*/node_modules"
- .eslint
- .yarn/cache
lint:
stage: test