mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Pull ani-cursor out into its own package (#1040)
* Pull ani-cursor out into its own package * Fix yarn.lock? * Ignore compiled tests * Was yarn.lock messed up? * Add ani-cursor to build
This commit is contained in:
parent
f6cf3a1897
commit
5abadecc4f
22 changed files with 1854 additions and 124 deletions
5
.github/workflows/nodejs.yml
vendored
5
.github/workflows/nodejs.yml
vendored
|
|
@ -24,10 +24,13 @@ jobs:
|
|||
yarn workspace webamp type-check
|
||||
- name: Build
|
||||
run: |
|
||||
yarn workspace ani-cursor build
|
||||
yarn workspace webamp build
|
||||
yarn workspace webamp build-library
|
||||
- name: Run Unit Tests
|
||||
run: yarn workspace webamp test
|
||||
run: |
|
||||
yarn workspace ani-cursor test
|
||||
yarn workspace webamp test
|
||||
- name: Run Integration Tests
|
||||
run: yarn workspace webamp integration-tests
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue