mirror of
https://github.com/cerc-io/watcher-ts
synced 2026-09-08 00:44:06 +00:00
Add method in watchers to cache contract and fixes for running tests
This commit is contained in:
@@ -140,3 +140,10 @@ If the watcher uses a job queue, start the job runner in another terminal:
|
||||
```bash
|
||||
yarn job-runner
|
||||
```
|
||||
|
||||
|
||||
## Known Issues
|
||||
|
||||
* When authenticating to github packages for the first time, yarn install throws Unauthorized error in [graph-watcher-ts](https://github.com/vulcanize/graph-watcher-ts) repo even after setup.
|
||||
|
||||
To overcome this we need to run yarn install in `packages/graph-node` directory of graph-watcher repo. After this yarn install for graph-watcher-ts works properly even from root of the repo.
|
||||
|
||||
Reference in New Issue
Block a user