File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
packages/sanity-sveltekit Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 "scripts" : {
66 "build" : " turbo build --filter=./packages/*" ,
77 "dev" : " turbo dev" ,
8- "format" : " turbo format " ,
8+ "format" : " prettier --cache --write . " ,
99 "lint" : " turbo lint" ,
1010 "predev" : " turbo build" ,
11- "prepare" : " turbo prepare" ,
11+ "prepare" : " pnpm prepare" ,
12+ "lint:fix" : " pnpm lint -- --fix" ,
1213 "test" : " turbo test" ,
13- "typegen" : " turbo typegen"
14+ "typegen" : " pnpm typegen"
1415 },
1516 "devDependencies" : {
1617 "@sanity/prettier-config" : " ^1.0.3" ,
Original file line number Diff line number Diff line change 1414 "prepack" : " svelte-kit sync && svelte-package && publint" ,
1515 "check" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" ,
1616 "check:watch" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch" ,
17- "format" : " prettier --cache --write ." ,
1817 "lint" : " eslint --cache ." ,
1918 "lint:fix" : " eslint --cache --fix ." ,
2019 "test:unit" : " vitest" ,
Original file line number Diff line number Diff line change 1010 "persistent" : true
1111 },
1212 "format" : {},
13- "lint" : {},
14- "prepare " : {},
15- "typegen" : { }
13+ "lint" : {
14+ "outputLogs " : " errors-only "
15+ }
1616 }
1717}
You can’t perform that action at this time.
0 commit comments