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

@ -6,7 +6,7 @@
"examples/*"
],
"scripts": {
"deploy": "yarn workspace webamp build && yarn workspace webamp build-library"
"deploy": "yarn workspace ani-cursor build && yarn workspace webamp build && yarn workspace webamp build-library"
},
"devDependencies": {
"prettier": "^2.0.5"