Skip to content

Commit c7c9df4

Browse files
committed
build(profiling) only install deps of profiling pkg when building binaries
1 parent 97abe0a commit c7c9df4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,6 +1412,7 @@ jobs:
14121412
env:
14131413
SKIP_PLAYWRIGHT_BROWSER_INSTALL: "1"
14141414
if: steps.restore-dependencies.outputs.cache-hit != 'true'
1415+
working-directory: packages/profiling-node
14151416
run: yarn install --ignore-engines --frozen-lockfile
14161417

14171418
- name: Configure safe directory

0 commit comments

Comments
 (0)