Try building with yarn

This commit is contained in:
Nikolai Rodionov 2024-05-26 16:05:51 +02:00
parent 078bee9223
commit d9927d67be
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -11,8 +11,9 @@ steps:
- git clone https://github.com/clappr/clappr.git clappr - git clone https://github.com/clappr/clappr.git clappr
- cd clappr - cd clappr
- git checkout $GIT_TAG - git checkout $GIT_TAG
- npm install --legacy-peer-deps - npm install -g yarn
- npm run build - yarn install
- yarn run build
backend_options: backend_options:
kubernetes: kubernetes:
resources: resources: