This commit is contained in:
Евгений Храмов 2023-03-13 20:39:58 +03:00
parent 9b868f6f05
commit dfafe34c55

@ -14,11 +14,8 @@ build_deps=('yarn')
sources=("git+https://github.com/logseq/logseq.git")
checksums=('SKIP')
prepare() {
cd "${srcdir}/logseq/"
}
build() {
cd "${srcdir}/logseq/"
yarn install
}