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 f837639 commit 9c8e5ddCopy full SHA for 9c8e5dd
lib/shared/config-manager/project.json
@@ -4,17 +4,6 @@
4
"sourceRoot": "lib/shared/config-manager/src",
5
"projectType": "library",
6
"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
- },
18
"lint": {
19
"executor": "@nx/linter:eslint",
20
"outputs": ["{options.outputFile}"],
0 commit comments