fix workflow

This commit is contained in:
diced
2020-11-05 19:14:33 -08:00
parent a71bde9730
commit ececc3ab0e

View File

@@ -23,5 +23,6 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm i -g yarn
- run: yarn
- run: yarn build