We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74196f commit c775ebaCopy full SHA for c775eba
.github/workflows/lint_test.yml
@@ -43,5 +43,8 @@ jobs:
43
- name: Build i18n libraries
44
run: bundle exec rake react_on_rails:locale
45
46
+ - name: Generate React on Rails packs
47
+ run: bundle exec rails react_on_rails:generate_packs
48
+
49
- name: Run lint
50
run: bundle exec rake lint
0 commit comments