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
|
||||
before_script:
|
||||
- yarn set version berry
|
||||
- yarn install
|
||||
- yarn install --immutable
|
||||
pages:
|
||||
script:
|
||||
- yarn build
|
||||
|
|
Loading…
Reference in New Issue