mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +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
1 changed files with 4 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue