Skip to content

Commit 115ae3d

Browse files
ci: fix build
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 2105552 commit 115ae3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"description": "",
77
"bin": "bin.mjs",
88
"scripts": {
9-
"build": "tsup lib/index.ts --target node19 --format esm --dts"
9+
"build": "tsup lib/index.ts --target node20 --format esm --dts"
1010
},
1111
"dependencies": {
1212
"tsup": "^8.0.2",

turbo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"$schema": "https://turbo.build/schema.json",
33
"pipeline": {
44
"build": {
5-
"outputs": [
6-
"dist/**"
5+
"dependsOn": [
6+
"^build"
77
]
88
}
99
}

0 commit comments

Comments
 (0)