Global for npm install gulp

This commit is contained in:
TheDevKiller 2019-04-27 19:45:21 +02:00
parent 42991b1e0f
commit 52cfbd8a1d

View File

@ -18,7 +18,7 @@ RDEPEND="${DEPEND}"
BDEPEND=">=sys-apps/yarn-1.15.2"
src_compile() {
npm install gulp
npm install -g gulp
yarn watch
}