Skip to content

Commit abb3973

Browse files
mlahargouclaude
andcommitted
fix: skip postinstall webpack build in test workflow
The postinstall script runs webpack which fails due to TypeScript version mismatch with @types/node. The test workflow only needs vitest, not the frontend bundle. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5143c19 commit abb3973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: "24"
1717
cache: npm
1818

19-
- run: npm install
19+
- run: npm install --ignore-scripts
2020

2121
- name: Test
2222
run: npm test

0 commit comments

Comments
 (0)