Skip to content

Commit dfd82a3

Browse files
chapterjasonclaude
andcommitted
Run install scripts in CI so github deps prepare
@sourecode/virtual-keyboard is a github: dep whose prepare script builds its dist — --ignore-scripts skipped it, so the client build failed to resolve the import. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7f925f7 commit dfd82a3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
node-version-file: .nvmrc
2222
cache: npm
2323

24-
- run: npm ci --ignore-scripts
24+
- run: npm ci
2525

2626
- run: npm run typecheck
2727

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
node-version-file: .nvmrc
2828
cache: npm
2929

30-
- run: npm ci --ignore-scripts
30+
- run: npm ci
3131

3232
- run: npm run build
3333

0 commit comments

Comments
 (0)