Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 15b044b

Browse files
committed
chore: refine turbo inputs/outputs declarations
1 parent 55c95f8 commit 15b044b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

turbo.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,19 @@
1111
],
1212
"pipeline": {
1313
"copy": {
14+
"inputs": ["packages/tu-assets/**"],
1415
"outputs": ["public/assets/**"]
1516
},
1617
"build": {
1718
"dependsOn": ["copy", "^build"],
19+
"inputs": ["src/**", "resources/**", "tailwind.config.*"],
1820
"outputs": [
1921
"dist/**",
2022
".next/**",
2123
"build/**",
2224
"api/**",
23-
"public/build/**"
25+
"public/**",
26+
"theme.json"
2427
]
2528
},
2629
"lint": {
@@ -31,6 +34,7 @@
3134
"inputs": ["**/*.tsx", "**/*.ts", "test/**/*.ts"]
3235
},
3336
"dev": {
37+
"inputs": ["src/**", "resources/**"],
3438
"dependsOn": ["copy"],
3539
"cache": false,
3640
"persistent": true

0 commit comments

Comments
 (0)