From 7341b27c033974495c46236c9991349ad93632db Mon Sep 17 00:00:00 2001 From: sty <11363816+thief-sty@users.noreply.github.com> Date: Wed, 10 Apr 2024 00:41:44 +0200 Subject: [PATCH] docs/develop-logseq.md: specify that dependencies in /static also exist --- docs/develop-logseq.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/develop-logseq.md b/docs/develop-logseq.md index f03a2d4cef8..7de90953868 100644 --- a/docs/develop-logseq.md +++ b/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