There was an error while loading. Please reload this page.
1 parent 052f87e commit 487948bCopy full SHA for 487948b
1 file changed
.github/workflows/publish-plugin.yml
@@ -37,6 +37,9 @@ jobs:
37
- name: Install dependencies
38
run: yarn install --frozen-lockfile
39
40
+ - name: Generate TypeScript declaration files
41
+ run: yarn tsc
42
+
43
- name: Determine version strategy
44
id: version
45
run: |
0 commit comments