Skip to content

Commit 7c01430

Browse files
authored
[test] Stop building fresh packages for every test (#93380)
1 parent 62f0d46 commit 7c01430

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependsOn": ["^test-storybook"]
2121
},
2222
"pack-for-isolated-tests": {
23-
"dependsOn": ["build"],
23+
"inputs": ["$TURBO_DEFAULT$", "dist/**"],
2424
"outputs": ["packed.tgz"]
2525
},
2626
"typescript": {},

0 commit comments

Comments
 (0)