Skip to content

Commit 65a113f

Browse files
committed
chore: remove turbo and use pnpm for all things monorepo
1 parent 9827e54 commit 65a113f

File tree

3 files changed

+3
-82
lines changed

3 files changed

+3
-82
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
"node": "24"
2020
},
2121
"scripts": {
22-
"build": "turbo build",
22+
"build": "pnpm -r --parallel build",
2323
"test": "vitest run",
2424
"biome-check": "biome check --diagnostic-level=warn --no-errors-on-unmatched",
2525
"biome-fix": "pnpm biome-check --write",
26-
"typecheck": "turbo typecheck",
26+
"typecheck": "pnpm -r --parallel typecheck",
2727
"prepare": "husky",
28-
"changeset-publish": "turbo build && changeset publish"
28+
"changeset-publish": "pnpm build && changeset publish"
2929
},
3030
"devDependencies": {
3131
"@biomejs/biome": "^2.3.11",
@@ -37,7 +37,6 @@
3737
"husky": "^9.1.7",
3838
"lint-staged": "^16.2.7",
3939
"tsc-files": "^1.1.4",
40-
"turbo": "^2.7.4",
4140
"typescript": "^5.9.3",
4241
"vitest": "^4.0.17"
4342
}

pnpm-lock.yaml

Lines changed: 0 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

turbo.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)