| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#2227)
* bskyweb: update deps to current indigo
* bskyweb: refactor handles to flatten control flow, and update to current indigo
* go Makefile: remove --debug (not working)
* bskyweb: default to public appview API instance
* make: do internationalization build as part of build-web
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add tests for migrate
* Add test for persisted.init
* Add legacy transform test
* Set NODE_ENV for testing
* Mock logger
* Set expo var to test
|
|
* top-level Makefile
The primary motivation here is the `build-web` command, which calls the
yarn build and then also copies over JS files. The Dockerfile does this
and I always forget when doing it manually.
* build-web: cp bundles in yarn command, not Makefile+Dockerfile
|