File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1919 - name : Install dependencies
2020 run : npm ci
2121 - name : Run Lint
22- run : npm run lint
22+ run : npm run lint:ci
2323 - name : Run Format Check
24- run : npm run format :check
24+ run : npm run fmt :check
Original file line number Diff line number Diff line change 99 "tauri" : " tauri" ,
1010 "preview" : " vite preview" ,
1111 "lint" : " find . -name \" *.ts\" -not -path \" */node_modules/*\" | xargs oxlint --ignore-path .gitignore" ,
12+ "lint:ci" : " find . -name \" *.ts\" -not -path \" */node_modules/*\" | xargs oxlint --ignore-path .gitignore --format=github" ,
1213 "format" : " oxfmt --write \" **/*.ts\" " ,
1314 "format:check" : " oxfmt --check \" **/*.ts\" " ,
15+ "fmt:check" : " npm run format:check" ,
1416 "postinstall" : " husky install" ,
1517 "test" : " vitest --silent"
1618 },
You can’t perform that action at this time.
0 commit comments