Skip to content

Commit adc5edf

Browse files
fix: add build step back
1 parent 9c8e5dd commit adc5edf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

lib/shared/config-manager/project.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
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+
},
718
"lint": {
819
"executor": "@nx/linter:eslint",
920
"outputs": ["{options.outputFile}"],

0 commit comments

Comments
 (0)