Skip to content

Commit 487948b

Browse files
committed
Add TypeScript declaration file generation to publish workflow
1 parent 052f87e commit 487948b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-plugin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Install dependencies
3838
run: yarn install --frozen-lockfile
3939

40+
- name: Generate TypeScript declaration files
41+
run: yarn tsc
42+
4043
- name: Determine version strategy
4144
id: version
4245
run: |

0 commit comments

Comments
 (0)