Skip to content

Commit 8633aa7

Browse files
committed
chore(cli-ci): drop symlink, rely on local install
1 parent b20bf50 commit 8633aa7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,6 @@ jobs:
8989
- name: Install dependencies
9090
run: bun install --frozen-lockfile
9191

92-
- name: Link workspace node_modules
93-
shell: bash
94-
run: |
95-
if [ ! -e cli/node_modules ]; then
96-
ln -s ../node_modules cli/node_modules
97-
fi
98-
9992
- name: Ensure CLI dependencies
10093
run: bun install --frozen-lockfile --cwd cli
10194

0 commit comments

Comments
 (0)