Skip to content

Commit

Permalink
fix: add build step back
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannorris committed Oct 24, 2023
1 parent f382eac commit 3ec54d0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/shared/config-manager/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"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 3ec54d0

Please sign in to comment.