Skip to content

Commit fe1cc24

Browse files
committed
chore: fix turbo.json pipeline→tasks, add packageManager field
Signed-off-by: Todd Palmer <todd@betterdata.co>
1 parent 85c7fc0 commit fe1cc24

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
"typescript": "^5.4.0",
2222
"vitest": "^1.6.0",
2323
"zod": "^3.22.0"
24-
}
24+
},
25+
"packageManager": "pnpm@9.0.0"
2526
}

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"globalDependencies": [
44
"tsconfig.base.json"
55
],
6-
"pipeline": {
6+
"tasks": {
77
"build": {
88
"dependsOn": [
99
"^build"

0 commit comments

Comments
 (0)