yarn compile instead of yarn watch
This commit is contained in:
parent
1ff0c9cd01
commit
81334f9221
@ -25,7 +25,7 @@ PATCHES=(
|
|||||||
src_compile() {
|
src_compile() {
|
||||||
yarn install
|
yarn install
|
||||||
yarn
|
yarn
|
||||||
yarn watch
|
yarn compile
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
Loading…
Reference in New Issue
Block a user