Update to yarn configuration
This commit is contained in:
parent
1d74c60272
commit
b6bb22dc81
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue