From fdcb837382c30321263e4d4ce2216e3eaa725ce2 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sun, 30 Mar 2025 20:08:27 +0200 Subject: [PATCH] chore: remove unnecessary installation of docs deps before build --- .build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.build.yml b/.build.yml index c1fae21..b3d558a 100644 --- a/.build.yml +++ b/.build.yml @@ -23,9 +23,6 @@ tasks: npx vitest run - build: | cd ~/"${REPO}" - pnpm -F ./packages/core build - pnpm -F ./packages/config build - pnpm -F docs i --ignore-scripts pnpm -F docs build - deploy: | cd wcb