File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
- *install_deps
35
35
- *save_cache
36
36
- run : yarn ls-lint
37
- - run : yarn test --ci --runInBand
37
+ - run : yarn test --ci
38
38
39
39
test-dts :
40
40
<< : *defaults
Original file line number Diff line number Diff line change 11
11
"lint" : " eslint --ext .ts packages/*/src/**" ,
12
12
"format" : " prettier --write --parser typescript \" packages/**/*.ts?(x)\" " ,
13
13
"ls-lint" : " ls-lint" ,
14
- "test" : " node scripts/build.js vue -f global -d && jest" ,
14
+ "test" : " node scripts/build.js vue -f global -d && jest --runInBand " ,
15
15
"test-dts" : " node scripts/build.js shared reactivity runtime-core runtime-dom -dt -f esm-bundler && yarn test-dts-only" ,
16
16
"test-dts-only" : " tsc -p ./test-dts/tsconfig.json && tsc -p ./test-dts/tsconfig.build.json" ,
17
17
"release" : " node scripts/release.js" ,
You can’t perform that action at this time.
0 commit comments