File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 68
68
- name : Run eslint
69
69
run : pnpm run lint
70
70
71
+ - name : Run prettier
72
+ run : pnpm run format-check
73
+
71
74
- name : Run type declaration tests
72
75
run : pnpm run test-dts
73
76
Original file line number Diff line number Diff line change 10
10
"size-baseline" : " node scripts/build.js runtime-dom runtime-core reactivity shared -f esm-bundler && cd packages/size-check && vite build && node brotli" ,
11
11
"lint" : " eslint --cache --ext .ts packages/*/{src,__tests__}/**.ts" ,
12
12
"format" : " prettier --write --cache --parser typescript \" packages/**/*.ts?(x)\" " ,
13
+ "format-check" : " prettier --check --cache --parser typescript \" packages/**/*.ts?(x)\" " ,
13
14
"test" : " run-s \" test-unit {@}\" \" test-e2e {@}\" " ,
14
15
"test-unit" : " jest --filter ./scripts/filter-unit.js" ,
15
16
"test-e2e" : " node scripts/build.js vue -f global -d && jest --filter ./scripts/filter-e2e.js --runInBand" ,
You can’t perform that action at this time.
0 commit comments