Skip to content

Commit 157df08

Browse files
committed
$'syncing commit from monorepo. PR: 256, Title: add postversion task for angular to update the project'
1 parent 1ac2a20 commit 157df08

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

turbo.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"extends": [
3+
"//"
4+
],
5+
"tasks": {
6+
"build": {
7+
"dependsOn": [
8+
"^build"
9+
],
10+
"inputs": [
11+
"projects/**",
12+
"angular.json",
13+
"package.json",
14+
"tsconfig.json",
15+
"turbo.json"
16+
],
17+
"outputs": [
18+
".angular/cache/**",
19+
"dist/**"
20+
]
21+
},
22+
"postversion": {
23+
"cache": false
24+
}
25+
}
26+
}

0 commit comments

Comments
 (0)