Try building with yarn
This commit is contained in:
parent
078bee9223
commit
d9927d67be
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user