Commit 27ea5ae
fix: Remove bundle install dependency from update-events workflow
- Remove problematic 'install' script from package.json that triggered bundle install
- Update update-events workflow to use npm ci for better CI performance
- This fixes the 'bundle command not found' error in production deployment
The fetch-events.cjs script only needs Node.js dependencies, not Ruby/Bundler.1 parent 20c8925 commit 27ea5ae
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments