fix: run substitute_ee_code.sh after creating EE worktree

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Ruben Fiszel
2026-02-21 11:37:33 +00:00
parent 60219e042d
commit 0bc4c9372f
+5
View File
@@ -80,4 +80,9 @@ if [ -d "$ee_repo" ]; then
elif [ -d "$ee_worktree_dir" ]; then
echo "EE worktree already exists at $ee_worktree_dir"
fi
# Create symlinks from backend crates to the EE worktree
if [ -d "$ee_worktree_dir" ] && [ -x "./backend/substitute_ee_code.sh" ]; then
./backend/substitute_ee_code.sh -d "$ee_worktree_dir"
fi
fi