Skip to content

Commit f382eac

Browse files
fix: remove build step from config-manager
1 parent 9840192 commit f382eac

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/shared/config-manager/project.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
"sourceRoot": "lib/shared/config-manager/src",
55
"projectType": "library",
66
"targets": {
7-
"build": {
8-
"executor": "@nx/js:tsc",
9-
"outputs": ["{options.outputPath}"],
10-
"options": {
11-
"outputPath": "dist/lib/shared/config-manager",
12-
"main": "lib/shared/config-manager/src/index.ts",
13-
"tsConfig": "lib/shared/config-manager/tsconfig.lib.json",
14-
"assets": ["lib/shared/config-manager/*.md"],
15-
"external": ["shared-types", "js-cloud-server-sdk"]
16-
}
17-
},
187
"lint": {
198
"executor": "@nx/linter:eslint",
209
"outputs": ["{options.outputFile}"],

0 commit comments

Comments
 (0)