Build before typechecking

Webamp won't typecheck unless the ani-cursor dist files have already been generated
This commit is contained in:
Jordan Eldredge 2020-12-22 12:30:19 -08:00
parent 7af963e371
commit 4c73604684

View File

@ -18,15 +18,15 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: yarn
- name: Lint
run: |
yarn workspace webamp lint
yarn workspace webamp type-check
- name: Build
run: |
yarn workspace ani-cursor build
yarn workspace webamp build
yarn workspace webamp build-library
- name: Lint
run: |
yarn workspace webamp lint
yarn workspace webamp type-check
- name: Run Unit Tests
run: |
yarn workspace ani-cursor test