File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1- ** /.tap /*
2- ** /wasm /*
3- ** /.next /*
4- ** /out /*
5- ** /build /*
6- ** /dist /*
1+ .tap /
2+ internals /
3+ wasm /
4+ .next /
5+ out /
6+ build /
7+ dist /
78coverage /
89.esm-tests /
Original file line number Diff line number Diff line change 158158 "test:esm" : " node ../scripts/tests-esm.mjs" ,
159159 "build" : " tsdown" ,
160160 "build:watch" : " tsdown --watch" ,
161- "lint" : " oxlint --deny-warnings --type-aware . && npm run lint-tsc && npm run check-format " ,
161+ "lint" : " oxlint --deny-warnings --type-aware . && npm run lint-tsc" ,
162162 "lint-tsc" : " tsc" ,
163163 "check-format" : " prettier --check ."
164164 }
Original file line number Diff line number Diff line change 2020 "test:new" : " cd library && npm run test:new" ,
2121 "test:ci:new" : " cd library && npm run test:ci:new" ,
2222 "test:esm" : " node scripts/tests-esm.mjs" ,
23- "lint" : " cd library && npm run lint" ,
23+ "lint" : " npm run format:check && cd library && npm run lint" ,
2424 "end2end" : " cd end2end && npm run test" ,
2525 "end2end:new" : " cd end2end && npm run test:new" ,
2626 "format" : " prettier --write ." ,
You can’t perform that action at this time.
0 commit comments