File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33
33
- *restore_cache
34
34
- *install_deps
35
35
- *save_cache
36
+ - run : yarn ls-lint
36
37
- run : yarn test --ci --runInBand
37
38
38
39
test-dts :
Original file line number Diff line number Diff line change 9
9
"build" : " node scripts/build.js" ,
10
10
"size" : " node scripts/build.js vue runtime-dom size-check -p -f global" ,
11
11
"lint" : " prettier --write --parser typescript \" packages/**/*.ts?(x)\" " ,
12
- "ls-lint" : " npx @ls-lint/ ls-lint" ,
13
- "test" : " node scripts/build.js vue -f global -d && ls-lint && jest" ,
12
+ "ls-lint" : " ls-lint" ,
13
+ "test" : " node scripts/build.js vue -f global -d && jest" ,
14
14
"test-dts" : " node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && tsd" ,
15
15
"release" : " node scripts/release.js" ,
16
16
"changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s" ,
23
23
"directory" : " test-dts"
24
24
},
25
25
"gitHooks" : {
26
- "pre-commit" : " lint-staged" ,
26
+ "pre-commit" : " ls-lint && lint-staged" ,
27
27
"commit-msg" : " node scripts/verifyCommit.js"
28
28
},
29
29
"lint-staged" : {
You can’t perform that action at this time.
0 commit comments