File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
"test" : " node scripts/ciTest.js -all" ,
21
21
"test-bsb" : " node scripts/ciTest.js -bsb" ,
22
22
"test-ocaml" : " node scripts/ciTest.js -ounit" ,
23
- "format" : " biome format --changed --write ." ,
23
+ "format" : " biome format --changed --no-errors-on-unmatched -- write ." ,
24
24
"format:all" : " biome format --write ." ,
25
- "checkFormat" : " biome format --changed ." ,
25
+ "checkFormat" : " biome format --changed --no-errors-on-unmatched ." ,
26
26
"checkFormat:all" : " biome format ." ,
27
27
"coverage" : " nyc --timeout=3000 --reporter=html mocha jscomp/test/*test.js && open ./coverage/index.html"
28
28
},
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ if (process.argv.includes("-all")) {
37
37
38
38
async function runTests ( ) {
39
39
if ( formatTest ) {
40
- cp . execSync ( "npm run checkFormat:all " , {
40
+ cp . execSync ( "npm run checkFormat" , {
41
41
cwd : path . join ( __dirname , ".." ) ,
42
42
stdio : [ 0 , 1 , 2 ] ,
43
43
} ) ;
You can’t perform that action at this time.
0 commit comments