Skip to content

Commit 41781d8

Browse files
committed
Revert "ci(repo): overlay HEAD's ui build wiring onto baseline worktree"
This reverts commit b54cb52.
1 parent b54cb52 commit 41781d8

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/api-changes.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ jobs:
131131
mkdir -p .worktrees
132132
git worktree add .worktrees/snapi-baseline "origin/${GITHUB_BASE_REF}"
133133
cp snapi.config.json .worktrees/snapi-baseline/snapi.config.json
134-
# Overlay HEAD's build:declarations wiring for watched packages onto
135-
# the baseline. snapi watches a package set defined by HEAD, so the
136-
# baseline must produce declarations the same way, even if a watched
137-
# package only acquired its build:declarations task in this PR.
138-
cp packages/ui/package.json .worktrees/snapi-baseline/packages/ui/package.json
139-
cp packages/ui/tsconfig.declarations.json .worktrees/snapi-baseline/packages/ui/tsconfig.declarations.json
140134
141135
- name: Install baseline dependencies
142136
if: steps.baseline-cache.outputs.cache-matched-key == ''

0 commit comments

Comments
 (0)