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:
Jordan Eldredge 2020-12-09 22:47:50 -08:00 committed by GitHub
parent f6cf3a1897
commit 5abadecc4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 1854 additions and 124 deletions

View file

@ -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: