diff --git a/app-editors/vscode/vscode-1.33.1.ebuild b/app-editors/vscode/vscode-1.33.1.ebuild index 105bdc6..398d784 100644 --- a/app-editors/vscode/vscode-1.33.1.ebuild +++ b/app-editors/vscode/vscode-1.33.1.ebuild @@ -34,10 +34,10 @@ src_prepare() { } src_compile() { - yarn --use-yarnrc ${WORKDIR}/.yarnrc config set yarn-offline-mirror ${WORKDIR}/offline-cache - yarn --use-yarnrc ${WORKDIR}/.yarnrc config set yarn-offline-mirror-pruning true - yarn --use-yarnrc ${WORKDIR}/.yarnrc install || die "yarn install failed" - yarn --use-yarnrc ${WORKDIR}/.yarnrc compile || die "yarn compile failed" + yarn --use-yarnrc ${WORKDIR}/.yarnrc config set yarn-offline-mirror ${WORKDIR}/offline-cache --offline + yarn --use-yarnrc ${WORKDIR}/.yarnrc config set yarn-offline-mirror-pruning true --offline + yarn --use-yarnrc ${WORKDIR}/.yarnrc install --offline || die "yarn install failed" + yarn --use-yarnrc ${WORKDIR}/.yarnrc compile --offline || die "yarn compile failed" } src_install() {