File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 23
23
npm_config_loglevel : " error"
24
24
25
25
- name : Lint 🧹
26
- run : npm run lint
26
+ run : |
27
+ npm run lint
28
+ npm run ts-check
27
29
28
30
- name : Build 🔧
29
31
run : npm run build
Original file line number Diff line number Diff line change 23
23
npm_config_loglevel : " error"
24
24
25
25
- name : Lint 🧹
26
- run : npm run lint
26
+ run : |
27
+ npm run lint
28
+ npm run ts-check
27
29
28
30
- name : Build 🔧
29
31
run : npm run build
Original file line number Diff line number Diff line change 19
19
"docs" : " typedoc --options typedoc.json" ,
20
20
"test" : " vitest" ,
21
21
"test:coverage" : " vitest --coverage --coverage.include=src/**" ,
22
- "test:ci" : " tsc --noEmit && vitest --coverage --coverage.reporter=lcov --coverage.include=src/**" ,
22
+ "test:ci" : " vitest --coverage --coverage.reporter=lcov --coverage.include=src/**" ,
23
23
"build" : " tsup" ,
24
24
"build:min" : " MINIFY=true tsup && node scripts/gzip.mjs" ,
25
25
"release" : " commit-and-tag-version"
You can’t perform that action at this time.
0 commit comments