Skip to content

Commit 57b80ad

Browse files
committed
ci: build ts files before publishing
1 parent f5a7bc3 commit 57b80ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ jobs:
138138
- name: Move artifacts
139139
run: pnpm --filter ./napi/angular-compiler artifacts
140140

141+
- name: Build TypeScript
142+
run: pnpm --filter ./napi/angular-compiler build:ts
143+
141144
- uses: actions/setup-node@v6
142145
with:
143146
registry-url: 'https://npm.pkg.github.com'

0 commit comments

Comments
 (0)