Use yarn for docker build.

This commit is contained in:
Mike Cao 2022-04-03 19:22:20 -07:00
parent 119e4b9a9a
commit 99052d8026

View File

@ -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