Commit 86de096
Fix CI failures: restore root bin/shakapacker-config and fix prettier (#858)
## Summary
- Restores `bin/shakapacker-config` at project root (was moved by PR
#841, breaking integration tests)
- Fixes quote style in `spec/dummy/bin/shakapacker-config` to match
local `.prettierrc.yaml` (single quotes)
This fixes two pre-existing CI failures that appear on the main branch:
1. **Node based checks (Linting)** - Prettier failing on
`spec/dummy/bin/shakapacker-config`
2. **Testing (ubuntu-latest, 20.x/22.x)** - Integration tests can't find
`bin/shakapacker-config`
## Test plan
- [x] Verified locally: `yarn prettier --check .` passes
- [x] Verified locally: `yarn lint` passes
- [x] Verified locally: `yarn test` passes (319 tests)
- [ ] CI should pass with these changes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2d74b61 commit 86de096
2 files changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments