Skip to content

Commit 0350997

Browse files
committed
chore(ci): fix CLI automated release to build CLI not whole project (and build in wrong order)
1 parent 1ce8615 commit 0350997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
node-version: 22
242242

243243
- run: npm ci
244-
- run: npm run build
244+
- run: npm run build:cli
245245

246246
- name: Create version update PR
247247
run: |

0 commit comments

Comments
 (0)