We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56ecc4 commit 09e2e97Copy full SHA for 09e2e97
apps\ddd-e2e/project.json renamed to apps/ddd-e2e/project.json
@@ -1,7 +1,7 @@
1
{
2
"projectType": "application",
3
- "root": "apps\\ddd-e2e",
4
- "sourceRoot": "apps\\ddd-e2e/src",
+ "root": "apps/ddd-e2e",
+ "sourceRoot": "apps/ddd-e2e/src",
5
"targets": {
6
"e2e": {
7
"executor": "@nrwl/nx-plugin:e2e",
libs/ddd/project.json
@@ -29,7 +29,6 @@
29
"build": {
30
"executor": "@nrwl/node:package",
31
"options": {
32
- "outputPath": "dist/libs/ddd",
33
"tsConfig": "libs/ddd/tsconfig.lib.json",
34
"packageJson": "libs/ddd/package.json",
35
"main": "libs/ddd/src/index.ts",
0 commit comments