File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8
8
"size" : " run-s size-global size-baseline" ,
9
9
"size-global" : " node scripts/build.mjs vue runtime-dom -f global -p" ,
10
10
"size-baseline" : " node scripts/build.mjs runtime-dom runtime-core reactivity shared -f esm-bundler && cd packages/size-check && vite build && node brotli" ,
11
+ "check" : " tsc --incremental --noEmit" ,
11
12
"lint" : " eslint --cache --ext .ts packages/*/{src,__tests__}/**.ts" ,
12
13
"format" : " prettier --write --cache --parser typescript \" **/*.[tj]s?(x)\" " ,
13
14
"format-check" : " prettier --check --cache --parser typescript \" **/*.[tj]s?(x)\" " ,
37
38
},
38
39
"types" : " test-dts/index.d.ts" ,
39
40
"simple-git-hooks" : {
40
- "pre-commit" : " pnpm lint-staged" ,
41
+ "pre-commit" : " pnpm lint-staged && pnpm check " ,
41
42
"commit-msg" : " node scripts/verifyCommit.mjs"
42
43
},
43
44
"lint-staged" : {
You can’t perform that action at this time.
0 commit comments