Skip to content

Commit

Permalink
fix: remove build step from config-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Oct 23, 2023
1 parent f837639 commit 9c8e5dd
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/shared/config-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@
"sourceRoot": "lib/shared/config-manager/src",
"projectType": "library",
"targets": {
"build": {
"executor": "@nx/js:tsc",
"outputs": ["{options.outputPath}"],
"options": {
"outputPath": "dist/lib/shared/config-manager",
"main": "lib/shared/config-manager/src/index.ts",
"tsConfig": "lib/shared/config-manager/tsconfig.lib.json",
"assets": ["lib/shared/config-manager/*.md"],
"external": ["shared-types", "js-cloud-server-sdk"]
}
},
"lint": {
"executor": "@nx/linter:eslint",
"outputs": ["{options.outputFile}"],
Expand Down

0 comments on commit 9c8e5dd

Please sign in to comment.