From 6c7fbad4cff751cbb9d0f6534456f45e28dbb776 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 13 May 2026 10:31:07 +0700 Subject: [PATCH] fix(ci): skip build scripts to avoid pnpm 11 ERR_PNPM_IGNORED_BUILDS --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a571a6..d4f8d48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: node-version: 22 cache: 'pnpm' - - run: pnpm install --frozen-lockfile + - run: pnpm install --frozen-lockfile --ignore-scripts - run: pnpm lint