Skip to content

Commit 893c157

Browse files
authored
update nx to 12.8,0 (#162)
1 parent 92a8a0d commit 893c157

File tree

12 files changed

+444
-1021
lines changed

12 files changed

+444
-1021
lines changed

apps/cart-e2e/cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"fileServerFolder": ".",
33
"fixturesFolder": "./src/fixtures",
44
"integrationFolder": "./src/integration",
5-
"pluginsFile": "./src/plugins/index",
5+
"pluginsFile": false,
66
"supportFile": false,
77
"video": true,
88
"videosFolder": "../../dist/cypress/apps/cart-e2e/videos",

apps/cart-e2e/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"executor": "@nrwl/cypress:cypress",
88
"options": {
99
"cypressConfig": "apps/cart-e2e/cypress.json",
10-
"tsConfig": "apps/cart-e2e/tsconfig.e2e.json",
1110
"devServerTarget": "cart:serve"
1211
},
1312
"configurations": {

apps/cart-e2e/src/plugins/index.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

apps/cart-e2e/tsconfig.e2e.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

apps/cart-e2e/tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"files": [],
4-
"include": [],
5-
"references": [
6-
{
7-
"path": "./tsconfig.e2e.json"
8-
}
9-
]
3+
"compilerOptions": {
4+
"sourceMap": false,
5+
"outDir": "../../dist/out-tsc",
6+
"allowJs": true,
7+
"types": ["cypress", "node"]
8+
},
9+
"include": ["src/**/*.ts", "src/**/*.js"]
1010
}

apps/products-e2e/cypress.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"fileServerFolder": ".",
33
"fixturesFolder": "./src/fixtures",
44
"integrationFolder": "./src/integration",
5-
"pluginsFile": "./src/plugins/index",
5+
"pluginsFile": false,
66
"supportFile": false,
77
"video": true,
88
"videosFolder": "../../dist/cypress/apps/products-e2e/videos",

apps/products-e2e/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"executor": "@nrwl/cypress:cypress",
88
"options": {
99
"cypressConfig": "apps/products-e2e/cypress.json",
10-
"tsConfig": "apps/products-e2e/tsconfig.e2e.json",
1110
"devServerTarget": "products:serve"
1211
},
1312
"configurations": {

apps/products-e2e/src/plugins/index.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

apps/products-e2e/tsconfig.e2e.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

apps/products-e2e/tsconfig.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"extends": "../../tsconfig.base.json",
3-
"files": [],
4-
"include": [],
5-
"references": [
6-
{
7-
"path": "./tsconfig.e2e.json"
8-
}
9-
]
3+
"compilerOptions": {
4+
"sourceMap": false,
5+
"outDir": "../../dist/out-tsc",
6+
"allowJs": true,
7+
"types": ["cypress", "node"]
8+
},
9+
"include": ["src/**/*.ts", "src/**/*.js"]
1010
}

0 commit comments

Comments
 (0)