fix(ci): align shared-auth build outputPath with tsconfig.lib.json outDir #209
@@ -9,7 +9,7 @@
|
|||||||
"executor": "@nx/js:tsc",
|
"executor": "@nx/js:tsc",
|
||||||
"outputs": ["{options.outputPath}"],
|
"outputs": ["{options.outputPath}"],
|
||||||
"options": {
|
"options": {
|
||||||
"outputPath": "dist/libs/shared/auth",
|
"outputPath": "dist/out-tsc/libs/shared/auth",
|
||||||
"main": "libs/shared/auth/src/index.ts",
|
"main": "libs/shared/auth/src/index.ts",
|
||||||
"tsConfig": "libs/shared/auth/tsconfig.lib.json",
|
"tsConfig": "libs/shared/auth/tsconfig.lib.json",
|
||||||
"assets": ["libs/shared/auth/*.md"]
|
"assets": ["libs/shared/auth/*.md"]
|
||||||
|
|||||||
Reference in New Issue
Block a user