mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +00:00
Build before typechecking
Webamp won't typecheck unless the ani-cursor dist files have already been generated
This commit is contained in:
parent
7af963e371
commit
4c73604684
8
.github/workflows/nodejs.yml
vendored
8
.github/workflows/nodejs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user