From 163d672df726b2c4332b76560508935848c10773 Mon Sep 17 00:00:00 2001 From: Vlad Volkov Date: Thu, 30 Jun 2022 16:17:39 +0300 Subject: [PATCH] fix: hooks --- images/build/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/images/build/Dockerfile b/images/build/Dockerfile index c2e6f22..2ecf5a3 100644 --- a/images/build/Dockerfile +++ b/images/build/Dockerfile @@ -17,10 +17,6 @@ RUN apk add --update --no-cache \ && yarn config set nmHoistingLimits workspaces \ && yarn config set enableTelemetry false \ && yarn config set preferAggregateCacheInfo true \ - && yarn plugin import workspace-tools \ - && yarn plugin import interactive-tools \ - && yarn plugin import version \ - && yarn plugin import typescript \ && yarn \ && yarn rebuild \ && rm -rf /usr/local/src/*