fix(ci): skip build scripts to avoid pnpm 11 ERR_PNPM_IGNORED_BUILDS

This commit is contained in:
2026-05-13 10:31:07 +07:00
parent ea6dbb5d3f
commit 6c7fbad4cf
+1 -1
View File
@@ -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