Skip to content

Commit f5bd6a7

Browse files
ensure that the import-npm fixture's node_modules are cached by turbo (#7705)
1 parent 3e2bede commit f5bd6a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fixtures/import-npm/turbo.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"extends": ["//"],
33
"tasks": {
4-
"_clean_install": {},
4+
"_clean_install": {
5+
"outputs": ["node_modules"]
6+
},
57
"check:type": {
68
"dependsOn": ["_clean_install"]
79
},

0 commit comments

Comments
 (0)