Skip to content

Commit 0e30f40

Browse files
ihabadhamclaude
andcommitted
fix: add React on Rails pack generation to Lint CI workflow
- Add bundle exec rails react_on_rails:generate_packs step to Lint CI - Resolves ESLint import/no-unresolved error for server-bundle-generated.js - Required for linting to find generated component registration files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0382563 commit 0e30f40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ jobs:
4343
- name: Build i18n libraries
4444
run: bundle exec rake react_on_rails:locale
4545

46+
- name: Generate React on Rails packs
47+
run: bundle exec rails react_on_rails:generate_packs
48+
4649
- name: Run lint
4750
run: bundle exec rake lint

0 commit comments

Comments
 (0)