Skip to content

Commit d36bfad

Browse files
committed
ci: build CLI before release
1 parent 957e9ba commit d36bfad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
- name: Install core dependencies
4444
run: npm ci --no-audit
4545

46+
- name: Build project
47+
run: npm run build
48+
4649
- name: Publish package
4750
run: npm publish --provenance
4851
env:

0 commit comments

Comments
 (0)