Skip to content

Commit f55b667

Browse files
committed
ci: scripts
1 parent f56ccf5 commit f55b667

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
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",

packages/sanity-sveltekit/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
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",

turbo.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"persistent": true
1111
},
1212
"format": {},
13-
"lint": {},
14-
"prepare": {},
15-
"typegen": {}
13+
"lint": {
14+
"outputLogs": "errors-only"
15+
}
1616
}
1717
}

0 commit comments

Comments
 (0)