chore: yarn install --immutable in CI
parent
60e7d44db0
commit
b576994517
|
@ -3,7 +3,7 @@ image: node:lts
|
||||||
# Functions that should be executed before the build script is run
|
# Functions that should be executed before the build script is run
|
||||||
before_script:
|
before_script:
|
||||||
- yarn set version berry
|
- yarn set version berry
|
||||||
- yarn install
|
- yarn install --immutable
|
||||||
pages:
|
pages:
|
||||||
script:
|
script:
|
||||||
- yarn build
|
- yarn build
|
||||||
|
|
Loading…
Reference in New Issue