We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8980b8b commit 1b119b5Copy full SHA for 1b119b5
.github/workflows/npm-publish.yml
@@ -22,6 +22,7 @@ jobs:
22
23
- name: Run TypeScript compilation
24
run: |
25
+ npm install typescript
26
npx tsc
27
28
- name: Update version (patch)
0 commit comments