We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97fa06f commit 4a9ef02Copy full SHA for 4a9ef02
1 file changed
packages/cli/turbo.json
@@ -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