Skip to content

Commit 476a3e3

Browse files
authored
update nx to 12.9.0-beta.3 (#164)
1 parent 893c157 commit 476a3e3

File tree

17 files changed

+707
-710
lines changed

17 files changed

+707
-710
lines changed

apps/cart-e2e/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"executor": "@nrwl/linter:eslint",
2020
"options": {
2121
"lintFilePatterns": ["apps/cart-e2e/**/*.{ts,tsx,js,jsx}"]
22-
}
22+
},
23+
"outputs": ["{options.outputFile}"]
2324
}
2425
},
2526
"tags": ["scope:cart", "type:e2e"],

apps/cart/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@
7676
"executor": "@nrwl/linter:eslint",
7777
"options": {
7878
"lintFilePatterns": ["apps/cart/**/*.{ts,tsx,js,jsx}"]
79-
}
79+
},
80+
"outputs": ["{options.outputFile}"]
8081
},
8182
"test": {
8283
"executor": "@nrwl/jest:jest",

apps/products-e2e/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"executor": "@nrwl/linter:eslint",
2020
"options": {
2121
"lintFilePatterns": ["apps/products-e2e/**/*.{js,ts}"]
22-
}
22+
},
23+
"outputs": ["{options.outputFile}"]
2324
}
2425
},
2526
"tags": ["scope:products", "type:e2e"],

apps/products/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
"apps/products/src/**/*.ts",
9494
"apps/products/src/**/*.html"
9595
]
96-
}
96+
},
97+
"outputs": ["{options.outputFile}"]
9798
},
9899
"test": {
99100
"executor": "@nrwl/jest:jest",

libs/cart/cart-page/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"libs/cart/cart-page/src/**/*.ts",
1212
"libs/cart/cart-page/src/**/*.html"
1313
]
14-
}
14+
},
15+
"outputs": ["{options.outputFile}"]
1516
},
1617
"test": {
1718
"executor": "@nrwl/jest:jest",

libs/products/home-page/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"libs/products/home-page/src/**/*.ts",
1212
"libs/products/home-page/src/**/*.html"
1313
]
14-
}
14+
},
15+
"outputs": ["{options.outputFile}"]
1516
},
1617
"test": {
1718
"executor": "@nrwl/jest:jest",

libs/products/product-detail-page/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"libs/products/product-detail-page/src/**/*.ts",
1212
"libs/products/product-detail-page/src/**/*.html"
1313
]
14-
}
14+
},
15+
"outputs": ["{options.outputFile}"]
1516
},
1617
"test": {
1718
"executor": "@nrwl/jest:jest",

libs/shared/cart/state/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"libs/shared/cart/state/src/**/*.ts",
1212
"libs/shared/cart/state/src/**/*.html"
1313
]
14-
}
14+
},
15+
"outputs": ["{options.outputFile}"]
1516
},
1617
"test": {
1718
"executor": "@nrwl/jest:jest",

libs/shared/e2e-utils/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"libs/shared/e2e-utils/src/**/*.ts",
1212
"libs/shared/e2e-utils/src/**/*.html"
1313
]
14-
}
14+
},
15+
"outputs": ["{options.outputFile}"]
1516
}
1617
},
1718
"tags": ["scope:shared", "type:e2e-utils"]

libs/shared/header/project.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"libs/shared/header/src/**/*.ts",
1212
"libs/shared/header/src/**/*.html"
1313
]
14-
}
14+
},
15+
"outputs": ["{options.outputFile}"]
1516
},
1617
"test": {
1718
"executor": "@nrwl/jest:jest",

0 commit comments

Comments
 (0)