File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 run : npm ci --include=optional --ignore-scripts
4141 working-directory : .
4242
43- # # esbuild's optional platform binary is normally wired up by its postinstall
44- # # script; .npmrc 'ignore-scripts=true' suppresses that, so rebuild here.
45- - name : Build Server - Rebuild esbuild platform binary
46- run : npm rebuild esbuild --ignore-scripts=false
47-
4843 - name : Build Server - Clean previous build
4944 run : npm run clean
5045
Original file line number Diff line number Diff line change 6262 - name : MCP Integration Tests - Install node dependencies for client and server workspaces
6363 run : npm ci --workspace=client --ignore-scripts && npm ci --workspace=server --ignore-scripts
6464
65- # # esbuild's optional platform binary is normally wired up by its postinstall
66- # # script; .npmrc 'ignore-scripts=true' suppresses that, so rebuild here.
67- - name : MCP Integration Tests - Rebuild esbuild platform binary
68- run : npm rebuild esbuild --ignore-scripts=false
69-
7065 - name : MCP Integration Tests - Setup CodeQL environment
7166 uses : ./.github/actions/setup-codeql-environment
7267 with :
Original file line number Diff line number Diff line change 4848 - name : Copilot Setup - Install dependencies
4949 run : npm ci --include=optional --ignore-scripts
5050
51- # # esbuild's optional platform binary is normally wired up by its postinstall
52- # # script; .npmrc 'ignore-scripts=true' suppresses that, so rebuild here.
53- - name : Copilot Setup - Rebuild esbuild platform binary
54- run : npm rebuild esbuild --ignore-scripts=false
55-
5651 - name : Copilot Setup - Setup CodeQL environment
5752 uses : ./.github/actions/setup-codeql-environment
5853 with :
Original file line number Diff line number Diff line change 8686# Step 1: Build and bundle the server code
8787echo " 📦 Building CodeQL MCP server bundle..."
8888cd " $SERVER_DIR "
89- npm run rebuild:esbuild
9089npm run bundle
9190
9291# Step 2: Install CodeQL packs (only once for both modes, skip if --no-install-packs)
You can’t perform that action at this time.
0 commit comments