Skip to content

Commit a8a3523

Browse files
Tony133jmcdo29
authored andcommitted
chore(): update workspace.json
1 parent 16ec5e1 commit a8a3523

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

workspace.json

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"test": {
1717
"executor": "@nrwl/jest:jest",
18+
"outputs": ["{workspaceRoot}/coverage/apps/complex-sample"],
1819
"options": {
1920
"jestConfig": "apps/complex-sample/jest.config.js"
2021
}
@@ -41,6 +42,7 @@
4142
},
4243
"test": {
4344
"executor": "@nrwl/jest:jest",
45+
"outputs": ["{workspaceRoot}/coverage/apps/cqrs-sample"],
4446
"options": {
4547
"jestConfig": "apps/cqrs-sample/jest.config.js"
4648
}
@@ -64,21 +66,7 @@
6466
"options": {
6567
"outputPath": "dist/apps/file-up-and-down-sample",
6668
"main": "apps/file-up-and-down-sample/src/main.ts",
67-
"tsConfig": "apps/file-up-and-down-sample/tsconfig.app.json",
68-
"assets": ["apps/file-up-and-down-sample/src/assets"]
69-
},
70-
"configurations": {
71-
"production": {
72-
"optimization": true,
73-
"extractLicenses": true,
74-
"inspect": false,
75-
"fileReplacements": [
76-
{
77-
"replace": "apps/file-up-and-down-sample/src/environments/environment.ts",
78-
"with": "apps/file-up-and-down-sample/src/environments/environment.prod.ts"
79-
}
80-
]
81-
}
69+
"tsConfig": "apps/file-up-and-down-sample/tsconfig.app.json"
8270
}
8371
},
8472
"serve": {
@@ -87,13 +75,6 @@
8775
"buildTarget": "file-up-and-down-sample:build"
8876
}
8977
},
90-
"lint": {
91-
"executor": "@nrwl/linter:eslint",
92-
"outputs": ["{options.outputFile}"],
93-
"options": {
94-
"lintFilePatterns": ["apps/file-up-and-down-sample/**/*.ts"]
95-
}
96-
},
9778
"test": {
9879
"executor": "@nrwl/jest:jest",
9980
"outputs": ["{workspaceRoot}/coverage/apps/file-up-and-down-sample"],
@@ -108,8 +89,7 @@
10889
"jestConfig": "apps/file-up-and-down-sample/test/jest-e2e.js"
10990
}
11091
}
111-
},
112-
"tags": []
92+
}
11393
},
11494
"graphql-sample": {
11595
"root": "apps/graphql-sample",
@@ -125,6 +105,7 @@
125105
},
126106
"test": {
127107
"executor": "@nrwl/jest:jest",
108+
"outputs": ["{workspaceRoot}/coverage/apps/graphql-sample"],
128109
"options": {
129110
"jestConfig": "apps/graphql-sample/jest.config.js"
130111
}
@@ -151,6 +132,7 @@
151132
},
152133
"test": {
153134
"executor": "@nrwl/jest:jest",
135+
"outputs": ["{workspaceRoot}/coverage/apps/http-sample"],
154136
"options": {
155137
"jestConfig": "apps/http-sample/jest.config.js"
156138
}
@@ -177,6 +159,7 @@
177159
},
178160
"test": {
179161
"executor": "@nrwl/jest:jest",
162+
"outputs": ["{workspaceRoot}/coverage/apps/microservice-sample"],
180163
"options": {
181164
"jestConfig": "apps/microservice-sample/jest.config.js"
182165
}
@@ -203,6 +186,7 @@
203186
},
204187
"test": {
205188
"executor": "@nrwl/jest:jest",
189+
"outputs": ["{workspaceRoot}/coverage/apps/mongo-sample"],
206190
"options": {
207191
"jestConfig": "apps/mongo-sample/jest.config.js"
208192
}
@@ -229,6 +213,7 @@
229213
},
230214
"test": {
231215
"executor": "@nrwl/jest:jest",
216+
"outputs": ["{workspaceRoot}/coverage/apps/prisma-sample"],
232217
"options": {
233218
"jestConfig": "apps/prisma-sample/jest.config.js"
234219
}
@@ -255,6 +240,7 @@
255240
},
256241
"test": {
257242
"executor": "@nrwl/jest:jest",
243+
"outputs": ["{workspaceRoot}/coverage/apps/render-sample"],
258244
"options": {
259245
"jestConfig": "apps/render-sample/jest.config.js"
260246
}
@@ -281,6 +267,7 @@
281267
},
282268
"test": {
283269
"executor": "@nrwl/jest:jest",
270+
"outputs": ["{workspaceRoot}/coverage/apps/rxjs-sample"],
284271
"options": {
285272
"jestConfig": "apps/rxjs-sample/jest.config.js"
286273
}
@@ -307,6 +294,7 @@
307294
},
308295
"test": {
309296
"executor": "@nrwl/jest:jest",
297+
"outputs": ["{workspaceRoot}/coverage/apps/sequelize-sample"],
310298
"options": {
311299
"jestConfig": "apps/sequelize-sample/jest.config.js"
312300
}
@@ -333,6 +321,7 @@
333321
},
334322
"test": {
335323
"executor": "@nrwl/jest:jest",
324+
"outputs": ["{workspaceRoot}/coverage/apps/simple-sample"],
336325
"options": {
337326
"jestConfig": "apps/simple-sample/jest.config.js"
338327
}
@@ -359,6 +348,7 @@
359348
},
360349
"test": {
361350
"executor": "@nrwl/jest:jest",
351+
"outputs": ["{workspaceRoot}/coverage/apps/typeorm-sample"],
362352
"options": {
363353
"jestConfig": "apps/typeorm-sample/jest.config.js"
364354
}
@@ -385,6 +375,7 @@
385375
},
386376
"test": {
387377
"executor": "@nrwl/jest:jest",
378+
"outputs": ["{workspaceRoot}/coverage/apps/websocket-sample"],
388379
"options": {
389380
"jestConfig": "apps/websocket-sample/jest.config.js"
390381
}

0 commit comments

Comments
 (0)