Skip to content

Commit 85b78b6

Browse files
Merge branch 'canary' into revert-45130-revert-again
2 parents 8a8e936 + 558d61f commit 85b78b6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

turbo.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,13 @@
3131
},
3232
"typescript": {},
3333
"test-pack": {
34-
"dependsOn": ["^test-pack"],
35-
"inputs": [
36-
"*",
37-
"../../scripts/test-pack-package.mts",
38-
"../../package.json"
39-
],
34+
"dependsOn": ["^test-pack", "test-pack-global-deps"],
4035
"outputs": ["packed-*.tgz"],
4136
"env": ["NEXT_SWC_VERSION"]
37+
},
38+
"test-pack-global-deps": {
39+
"inputs": ["../../scripts/test-pack-package.mts", "../../package.json"],
40+
"cache": false
4241
}
4342
}
4443
}

0 commit comments

Comments
 (0)