Skip to content

Commit b20bf50

Browse files
committed
chore(cli-ci): install workspace deps in cli step
1 parent 651bb0c commit b20bf50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cli-release-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
ln -s ../node_modules cli/node_modules
9797
fi
9898
99+
- name: Ensure CLI dependencies
100+
run: bun install --frozen-lockfile --cwd cli
101+
99102
- name: Configure environment variables
100103
env:
101104
SECRETS_CONTEXT: ${{ toJSON(secrets) }}

0 commit comments

Comments
 (0)