chore: yarn install --immutable in CI

proto-module-actu-react
Jalil Arfaoui 2023-02-06 18:12:32 +01:00
parent 60e7d44db0
commit b576994517
1 changed files with 1 additions and 1 deletions

View File

@ -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