Skip to content

Commit f66653a

Browse files
committed
AG-45259 Fix prerelease workflow
Squashed commit of the following: commit 9729ebc Author: scripthunter7 <d.tota@adguard.com> Date: Mon Dec 15 13:40:03 2025 +0100 Add shared library build step before type checking in prerelease workflow - Add explicit build step for @vscode-adblock-syntax/shared package before type checking - Ensure shared library is built before dependent packages (client and server) are compiled - Prevents type checking failures due to missing shared library build artifacts
1 parent 94d1f7b commit f66653a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bamboo-specs/build-prerelease.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ Build:
4343
# Install dependencies
4444
pnpm install
4545
46+
# Build shared library first (required by client and server)
47+
pnpm --filter @vscode-adblock-syntax/shared build
48+
4649
# Check TypeScript types
4750
pnpm test:compile
4851

0 commit comments

Comments
 (0)