File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 == ''
You can’t perform that action at this time.
0 commit comments