Skip to content

Commit 3ab8df7

Browse files
Vue - prebuild before types check
1 parent a8ba5c2 commit 3ab8df7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/typescript.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ jobs:
8888
working-directory: Vue
8989
run: npm install --no-fund
9090

91+
- name: Generate license file
92+
working-directory: Vue
93+
run: npm run prebuild
94+
9195
- name: TSC Vue
9296
working-directory: Vue
9397
run: npm run type-check

0 commit comments

Comments
 (0)