Skip to content

Commit ec62990

Browse files
docs: add yarn install for subql submodule (#149)
1 parent 4a631c5 commit ec62990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ yarn codegen
3434
yarn build
3535

3636
# build submodule
37-
(cd ./subql && yarn build)
37+
(cd ./subql && yarn install && yarn build)
3838
```
3939

4040
### 5. Run locally

0 commit comments

Comments
 (0)