Explorar o código

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

sty hai 1 ano
pai
achega
7341b27c03
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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