Skip to content

Commit 09e2e97

Browse files
committed
fix: remove outputPath from lib
1 parent d56ecc4 commit 09e2e97

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps\ddd-e2e/project.json renamed to apps/ddd-e2e/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"projectType": "application",
3-
"root": "apps\\ddd-e2e",
4-
"sourceRoot": "apps\\ddd-e2e/src",
3+
"root": "apps/ddd-e2e",
4+
"sourceRoot": "apps/ddd-e2e/src",
55
"targets": {
66
"e2e": {
77
"executor": "@nrwl/nx-plugin:e2e",

libs/ddd/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"build": {
3030
"executor": "@nrwl/node:package",
3131
"options": {
32-
"outputPath": "dist/libs/ddd",
3332
"tsConfig": "libs/ddd/tsconfig.lib.json",
3433
"packageJson": "libs/ddd/package.json",
3534
"main": "libs/ddd/src/index.ts",

0 commit comments

Comments
 (0)