Skip to content

Commit 7be827c

Browse files
ihabadhamclaude
andcommitted
fix: add React on Rails pack generation to CI workflow
- Add bundle exec rails react_on_rails:generate_packs step to JS CI - Resolves missing server-bundle-generated.js error in CI builds - Generated files are in .gitignore but needed for webpack builds 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5fea685 commit 7be827c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/js_test.yml

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

47+
- name: Generate React on Rails packs
48+
run: bundle exec rails react_on_rails:generate_packs
49+
4750
- name: Run js tests
4851
run: bundle exec rake ci:js

0 commit comments

Comments
 (0)