Skip to content

Commit 0e04a06

Browse files
justin808claude
andcommitted
Address code review feedback: fix CI paths and organize docs
- Fix CI workflow working directory inconsistency - Change working-directory from packages/react-on-rails-pro-node-renderer to . - Ensures yarn workspace commands run from correct location - Move migration documentation to /analysis/monorepo directory - MONOREPO_MIGRATION_CHECKLIST.md - MONOREPO_MIGRATION_STATUS.md - YALC_ALTERNATIVES_ANALYSIS.md - Per CLAUDE.md guidelines for analysis documents 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 20bcaee commit 0e04a06

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

.github/workflows/pro-test-package-and-gem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ jobs:
219219
key: v4-pro-package-node-modules-cache-${{ hashFiles('react_on_rails_pro/yarn.lock') }}
220220

221221
- name: Install Node modules with Yarn for Pro package
222-
working-directory: packages/react-on-rails-pro-node-renderer
222+
working-directory: .
223223
run: |
224224
sudo yarn global add yalc
225225
yarn install --frozen-lockfile --no-progress --no-emoji
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)