We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91da012 commit f3b50d3Copy full SHA for f3b50d3
.github/workflows/cli-release-build.yml
@@ -89,13 +89,6 @@ jobs:
89
- name: Install dependencies
90
run: bun install --frozen-lockfile
91
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
-
99
- name: Ensure CLI dependencies
100
run: bun install --frozen-lockfile --cwd cli
101
0 commit comments