Use yarn for docker build.
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -37,5 +37,6 @@ jobs:
|
|||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
env:
|
env:
|
||||||
DATABASE_TYPE: ${{ matrix.db-type }}
|
DATABASE_TYPE: ${{ matrix.db-type }}
|
||||||
- run: npm install
|
- run: npm install --global yarn
|
||||||
- run: npm run build --if-present
|
- run: yarn install
|
||||||
|
- run: yarn build
|
||||||
|
|||||||
Reference in New Issue
Block a user