File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 "clean" : " lerna run clean" ,
88 "circularDepCheck" : " lerna run circularDepCheck" ,
99 "test" : " lerna run test" ,
10- "fix" : " run-s fix:lerna fix:android fix:kotlin fix:clang fix:swift " ,
10+ "fix" : " run-s fix:lerna fix:android fix:kotlin fix:clang" ,
1111 "fix:lerna" : " lerna run fix" ,
1212 "fix:android" : " run-s 'java:format fix' java:pmd" ,
1313 "fix:clang" : " run-s 'clang:format fix'" ,
1414 "fix:swift" : " run-s 'swift:lint fix'" ,
1515 "fix:kotlin" : " npx ktlint --relative --format '!**/node_modules/**'" ,
16- "lint" : " run-s lint:lerna lint:android lint:kotlin lint:clang lint:swift " ,
16+ "lint" : " run-s lint:lerna lint:android lint:kotlin lint:clang" ,
1717 "lint:lerna" : " lerna run lint" ,
1818 "lint:android" : " run-s 'java:format lint' java:pmd" ,
1919 "lint:clang" : " run-s 'clang:format lint'" ,
You can’t perform that action at this time.
0 commit comments