mirror of
https://github.com/umami-software/umami.git
synced 2025-12-06 01:18:00 +01:00
Use yarn for docker build.
This commit is contained in:
parent
119e4b9a9a
commit
99052d8026
1 changed files with 3 additions and 2 deletions
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
|
@ -37,5 +37,6 @@ jobs:
|
|||
cache: 'npm'
|
||||
env:
|
||||
DATABASE_TYPE: ${{ matrix.db-type }}
|
||||
- run: npm install
|
||||
- run: npm run build --if-present
|
||||
- run: npm install --global yarn
|
||||
- run: yarn install
|
||||
- run: yarn build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue