File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
rtk-query-codegen-openapi Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 6161 "scripts" : {
6262 "build" : " yarn build:packages" ,
6363 "test" : " yarn test:packages" ,
64+ "format" : " prettier --write ." ,
65+ "format-check" : " prettier --check ." ,
6466 "install" : " yarn build-configs" ,
6567 "build-configs" : " yarn workspaces foreach -Atip --include '@reduxjs/*config' run build" ,
6668 "build:examples" : " yarn workspaces foreach -A --include '@reduxjs/*' --include '@examples-query-react/*' --include '@examples-action-listener/*' -vtp run build" ,
Original file line number Diff line number Diff line change 22 "name" : " @reduxjs/rtk-codemods" ,
33 "version" : " 0.1.2" ,
44 "scripts" : {
5+ "format" : " prettier --config prettier.config.mjs --write ." ,
6+ "format-check" : " prettier --config prettier.config.mjs --check ." ,
57 "lint" : " eslint ." ,
68 "test" : " vitest --run" ,
79 "test:watch" : " vitest --watch" ,
Original file line number Diff line number Diff line change 3535 "build" : " yarn clean && tsup && chmod +x lib/bin/cli.mjs" ,
3636 "clean" : " rimraf lib" ,
3737 "prepack" : " yarn build && chmod +x lib/bin/cli.mjs" ,
38- "format" : " prettier --write \" src/**/*.ts\" " ,
38+ "format" : " prettier --config prettier.config.mjs --write ." ,
39+ "format-check" : " prettier --config prettier.config.mjs --check ." ,
3940 "test:update" : " vitest --run --update" ,
4041 "test:update:enum" : " lib/bin/cli.mjs test/config.example.enum.ts" ,
4142 "test" : " vitest --run --typecheck" ,
Original file line number Diff line number Diff line change 106106 "run-build" : " tsup" ,
107107 "build" : " yarn clean && yarn run-build && tsx scripts/fixUniqueSymbolExports.mts" ,
108108 "build-only" : " yarn clean && yarn run-build" ,
109- "format" : " prettier --write \" (src|examples)/**/*.{ts,tsx} \" \" **/*.md \" " ,
110- "format: check" : " prettier --list-different \" (src|examples)/**/*.{ts,tsx} \" \" docs/*/**.md \" " ,
109+ "format" : " prettier --config prettier.config.mjs --write . " ,
110+ "format- check" : " prettier --config prettier.config.mjs --check . " ,
111111 "lint" : " eslint src examples" ,
112112 "test" : " vitest --typecheck --run " ,
113113 "test:watch" : " vitest --watch" ,
You can’t perform that action at this time.
0 commit comments