Browse Source

docs/develop-logseq.md: specify that dependencies in /static also exist

sty 1 year ago
parent
commit
7341b27c03
1 changed files with 3 additions and 0 deletions
  1. 3 0
      docs/develop-logseq.md

+ 3 - 0
docs/develop-logseq.md

@@ -55,6 +55,9 @@ The released files will be at `static/` directory.
 
 ``` bash
 yarn install
+cd static
+yarn install
+cd ..
 ```
 
 2. Compile to JavaScript and open the dev app