From 6c5771a267acbc2ea680df4b6b5d3cee53ab7bd5 Mon Sep 17 00:00:00 2001 From: TheDevKiller Date: Sun, 28 Apr 2019 01:46:25 +0200 Subject: [PATCH] Add some yarn commands --- app-editors/vscode/vscode-1.33.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-editors/vscode/vscode-1.33.1.ebuild b/app-editors/vscode/vscode-1.33.1.ebuild index 2b61542..98e47ab 100644 --- a/app-editors/vscode/vscode-1.33.1.ebuild +++ b/app-editors/vscode/vscode-1.33.1.ebuild @@ -24,6 +24,8 @@ PATCHES=( src_compile() { yarn install + yarn + yarn watch } src_install() {