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
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue