فهرست منبع

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

sty 1 سال پیش
والد
کامیت
7341b27c03
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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
 ``` bash
 yarn install
 yarn install
+cd static
+yarn install
+cd ..
 ```
 ```
 
 
 2. Compile to JavaScript and open the dev app
 2. Compile to JavaScript and open the dev app