mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 09:45:04 +01:00
Use yarn for docker build.
This commit is contained in:
parent
119e4b9a9a
commit
99052d8026
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…
Reference in New Issue
Block a user