yarn compile instead of yarn watch

This commit is contained in:
TheDevKiller 2019-04-28 12:30:34 +02:00
parent 1ff0c9cd01
commit 81334f9221

View File

@ -25,7 +25,7 @@ PATCHES=(
src_compile() {
yarn install
yarn
yarn watch
yarn compile
}
src_install() {