Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be181c8

Browse files
authored
[engsys] update turbo build inputs (Azure#35921)
to include global configuration files whose changes should cause new build but currently don't. Also exclude review files from being input because by default committed files are included as part of inputs but our api review files are output. README, CHANGELOG and LICENSE files are also excluded as they don't impact building the package.
1 parent a1c81a4 commit be181c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

turbo.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
"tasks": {
1313
"build": {
1414
"dependsOn": ["^build"],
15+
"inputs": [
16+
"$TURBO_DEFAULT$",
17+
"$TURBO_ROOT$/api-extractor-base.json",
18+
"$TURBO_ROOT$/tsconfig.json",
19+
"$TURBO_ROOT$/tsconfig.src.build.json",
20+
"!review/*.api.md",
21+
"!CHANGELOG.md",
22+
"!LICENSE",
23+
"!README.md"
24+
],
1525
"outputs": ["dist/**", "review/*", "temp/*", "dist-esm/**", "dist-test/**", "types/**"]
1626
},
1727
"build:samples": {

0 commit comments

Comments
 (0)