Fix build for yarn insanity

This commit is contained in:
2022-11-07 20:23:52 -07:00
parent 539d35f5dd
commit e6859c03ad
2 changed files with 27 additions and 4 deletions
+19
View File
@@ -2,3 +2,22 @@
## Set up a Mobymask Watcher
## Clone required repositories
```
$ laconic-so setup-repositories
```
Checkout required branches:
```
$ cd ~/cerc/assemblyscript
$ git checkout ng-integrate-asyncify
$ cd ~/cerc/watcher-ts
$ git checkout v0.2.13
```
## Build the watcher container
```
$ laconic-sh build-containers --include cerc/watcher-mobymask
```
## Deploy the stack
```
$ laconic-sh deploy-system --include watcher-mobymask
```