We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a7bc3 commit 57b80adCopy full SHA for 57b80ad
.github/workflows/release.yml
@@ -138,6 +138,9 @@ jobs:
138
- name: Move artifacts
139
run: pnpm --filter ./napi/angular-compiler artifacts
140
141
+ - name: Build TypeScript
142
+ run: pnpm --filter ./napi/angular-compiler build:ts
143
+
144
- uses: actions/setup-node@v6
145
with:
146
registry-url: 'https://npm.pkg.github.com'
0 commit comments