Skip to content

Commit 4a9ef02

Browse files
committed
fix: properly cache outputs of CLI build
1 parent 97fa06f commit 4a9ef02

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

packages/cli/turbo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://turbo.build/schema.json",
3+
"extends": ["//"],
4+
"tasks": {
5+
"build": {
6+
"inputs": ["src/**/*"],
7+
"outputs": ["dist/**"]
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)