Skip to content

Commit 1b7ccac

Browse files
Vue - prebuild before types check
1 parent d8c0eab commit 1b7ccac

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
@@ -100,6 +100,10 @@ jobs:
100100
working-directory: Vue
101101
run: npm audit --audit-level=high
102102

103+
- name: Generate license file
104+
working-directory: Vue
105+
run: npm run prebuild
106+
103107
- name: TSC Vue
104108
working-directory: Vue
105109
run: npm run type-check

0 commit comments

Comments
 (0)