|
|
|
@ -10,9 +10,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/account" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/account"], |
|
|
|
"options": { |
|
|
|
"project": "packages/account/ng-package.json" |
|
|
|
}, |
|
|
|
@ -28,9 +26,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/account" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/account"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/account/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -39,22 +35,13 @@ |
|
|
|
"lint": { |
|
|
|
"builder": "@nrwl/linter:eslint", |
|
|
|
"options": { |
|
|
|
"lintFilePatterns": [ |
|
|
|
"packages/account/src/**/*.ts", |
|
|
|
"packages/account/src/**/*.html" |
|
|
|
] |
|
|
|
"lintFilePatterns": ["packages/account/src/**/*.ts", "packages/account/src/**/*.html"] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared", |
|
|
|
"account-core" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core", "theme-shared", "account-core"] |
|
|
|
}, |
|
|
|
"account-core": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -65,9 +52,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/account-core" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/account-core"], |
|
|
|
"options": { |
|
|
|
"project": "packages/account-core/ng-package.json" |
|
|
|
}, |
|
|
|
@ -83,9 +68,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/account-core" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/account-core"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/account-core/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -99,16 +82,11 @@ |
|
|
|
"packages/account-core/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core", "theme-shared"] |
|
|
|
}, |
|
|
|
"components": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -119,9 +97,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/components" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/components"], |
|
|
|
"options": { |
|
|
|
"project": "packages/components/ng-package.json" |
|
|
|
}, |
|
|
|
@ -137,9 +113,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/components" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/components"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/components/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -153,16 +127,11 @@ |
|
|
|
"packages/components/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core", "theme-shared"] |
|
|
|
}, |
|
|
|
"core": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -173,9 +142,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/core" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/core"], |
|
|
|
"options": { |
|
|
|
"project": "packages/core/ng-package.json" |
|
|
|
}, |
|
|
|
@ -191,9 +158,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/core" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/core"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/core/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -202,14 +167,9 @@ |
|
|
|
"lint": { |
|
|
|
"builder": "@nrwl/linter:eslint", |
|
|
|
"options": { |
|
|
|
"lintFilePatterns": [ |
|
|
|
"packages/core/src/**/*.ts", |
|
|
|
"packages/core/src/**/*.html" |
|
|
|
] |
|
|
|
"lintFilePatterns": ["packages/core/src/**/*.ts", "packages/core/src/**/*.html"] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [] |
|
|
|
@ -223,9 +183,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@angular-devkit/build-angular:browser", |
|
|
|
"outputs": [ |
|
|
|
"{options.outputPath}" |
|
|
|
], |
|
|
|
"outputs": ["{options.outputPath}"], |
|
|
|
"options": { |
|
|
|
"outputPath": "dist/apps/dev-app", |
|
|
|
"index": "apps/dev-app/src/index.html", |
|
|
|
@ -233,14 +191,8 @@ |
|
|
|
"polyfills": "apps/dev-app/src/polyfills.ts", |
|
|
|
"tsConfig": "apps/dev-app/tsconfig.app.json", |
|
|
|
"inlineStyleLanguage": "scss", |
|
|
|
"allowedCommonJsDependencies": [ |
|
|
|
"chart.js", |
|
|
|
"js-sha256" |
|
|
|
], |
|
|
|
"assets": [ |
|
|
|
"apps/dev-app/src/favicon.ico", |
|
|
|
"apps/dev-app/src/assets" |
|
|
|
], |
|
|
|
"allowedCommonJsDependencies": ["chart.js", "js-sha256"], |
|
|
|
"assets": ["apps/dev-app/src/favicon.ico", "apps/dev-app/src/assets"], |
|
|
|
"styles": [ |
|
|
|
{ |
|
|
|
"input": "node_modules/bootstrap/dist/css/bootstrap.rtl.min.css", |
|
|
|
@ -341,17 +293,12 @@ |
|
|
|
"lint": { |
|
|
|
"builder": "@nrwl/linter:eslint", |
|
|
|
"options": { |
|
|
|
"lintFilePatterns": [ |
|
|
|
"apps/dev-app/src/**/*.ts", |
|
|
|
"apps/dev-app/src/**/*.html" |
|
|
|
] |
|
|
|
"lintFilePatterns": ["apps/dev-app/src/**/*.ts", "apps/dev-app/src/**/*.html"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/apps/dev-app" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/apps/dev-app"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "apps/dev-app/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -381,19 +328,13 @@ |
|
|
|
"lint": { |
|
|
|
"builder": "@nrwl/linter:eslint", |
|
|
|
"options": { |
|
|
|
"lintFilePatterns": [ |
|
|
|
"apps/dev-app-e2e/**/*.{js,ts}" |
|
|
|
] |
|
|
|
"lintFilePatterns": ["apps/dev-app-e2e/**/*.{js,ts}"] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"dev-app" |
|
|
|
] |
|
|
|
"implicitDependencies": ["dev-app"] |
|
|
|
}, |
|
|
|
"feature-management": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -404,9 +345,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/feature-management" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/feature-management"], |
|
|
|
"options": { |
|
|
|
"project": "packages/feature-management/ng-package.json" |
|
|
|
}, |
|
|
|
@ -422,9 +361,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/feature-management" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/feature-management"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/feature-management/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -438,16 +375,11 @@ |
|
|
|
"packages/feature-management/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core", "theme-shared"] |
|
|
|
}, |
|
|
|
"identity": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -458,9 +390,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/identity" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/identity"], |
|
|
|
"options": { |
|
|
|
"project": "packages/identity/ng-package.json" |
|
|
|
}, |
|
|
|
@ -476,9 +406,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/identity" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/identity"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/identity/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -487,22 +415,54 @@ |
|
|
|
"lint": { |
|
|
|
"builder": "@nrwl/linter:eslint", |
|
|
|
"options": { |
|
|
|
"lintFilePatterns": [ |
|
|
|
"packages/identity/src/**/*.ts", |
|
|
|
"packages/identity/src/**/*.html" |
|
|
|
] |
|
|
|
"lintFilePatterns": ["packages/identity/src/**/*.ts", "packages/identity/src/**/*.html"] |
|
|
|
}, |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": ["core", "theme-shared", "permission-management"] |
|
|
|
}, |
|
|
|
"oauth": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
"projectType": "library", |
|
|
|
"root": "packages/oauth", |
|
|
|
"sourceRoot": "packages/oauth/src", |
|
|
|
"prefix": "abp", |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/oauth"], |
|
|
|
"options": { |
|
|
|
"project": "packages/oauth/ng-package.json" |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"configurations": { |
|
|
|
"production": { |
|
|
|
"tsConfig": "packages/oauth/tsconfig.lib.prod.json" |
|
|
|
}, |
|
|
|
"development": { |
|
|
|
"tsConfig": "packages/oauth/tsconfig.lib.json" |
|
|
|
} |
|
|
|
}, |
|
|
|
"defaultConfiguration": "production" |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": ["{workspaceRoot}/coverage/{projectRoot}"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/oauth/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
} |
|
|
|
}, |
|
|
|
"lint": { |
|
|
|
"builder": "@nrwl/linter:eslint", |
|
|
|
"options": { |
|
|
|
"lintFilePatterns": ["packages/oauth/**/*.ts", "packages/oauth/**/*.html"] |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared", |
|
|
|
"permission-management" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core"] |
|
|
|
}, |
|
|
|
"permission-management": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -513,9 +473,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/permission-management" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/permission-management"], |
|
|
|
"options": { |
|
|
|
"project": "packages/permission-management/ng-package.json" |
|
|
|
}, |
|
|
|
@ -531,9 +489,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/permission-management" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/permission-management"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/permission-management/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -547,16 +503,11 @@ |
|
|
|
"packages/permission-management/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core", "theme-shared"] |
|
|
|
}, |
|
|
|
"schematics": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -567,9 +518,7 @@ |
|
|
|
"architect": { |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/schematics" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/schematics"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/schematics/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -583,9 +532,7 @@ |
|
|
|
"packages/schematics/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [] |
|
|
|
@ -599,9 +546,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/setting-management" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/setting-management"], |
|
|
|
"options": { |
|
|
|
"project": "packages/setting-management/ng-package.json" |
|
|
|
}, |
|
|
|
@ -617,9 +562,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/setting-management" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/setting-management"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/setting-management/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -633,17 +576,11 @@ |
|
|
|
"packages/setting-management/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared", |
|
|
|
"components" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core", "theme-shared", "components"] |
|
|
|
}, |
|
|
|
"tenant-management": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -654,9 +591,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/tenant-management" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/tenant-management"], |
|
|
|
"options": { |
|
|
|
"project": "packages/tenant-management/ng-package.json" |
|
|
|
}, |
|
|
|
@ -672,9 +607,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/tenant-management" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/tenant-management"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/tenant-management/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -688,17 +621,11 @@ |
|
|
|
"packages/tenant-management/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared", |
|
|
|
"feature-management" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core", "theme-shared", "feature-management"] |
|
|
|
}, |
|
|
|
"theme-basic": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -709,9 +636,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/theme-basic" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/theme-basic"], |
|
|
|
"options": { |
|
|
|
"project": "packages/theme-basic/ng-package.json" |
|
|
|
}, |
|
|
|
@ -727,9 +652,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/theme-basic" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/theme-basic"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/theme-basic/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -743,17 +666,11 @@ |
|
|
|
"packages/theme-basic/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core", |
|
|
|
"theme-shared", |
|
|
|
"account-core" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core", "theme-shared", "account-core"] |
|
|
|
}, |
|
|
|
"theme-shared": { |
|
|
|
"$schema": "../../node_modules/nx/schemas/project-schema.json", |
|
|
|
@ -764,9 +681,7 @@ |
|
|
|
"architect": { |
|
|
|
"build": { |
|
|
|
"builder": "@nrwl/angular:package", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/dist/packages/theme-shared" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/dist/packages/theme-shared"], |
|
|
|
"options": { |
|
|
|
"project": "packages/theme-shared/ng-package.json" |
|
|
|
}, |
|
|
|
@ -782,9 +697,7 @@ |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"builder": "@nrwl/jest:jest", |
|
|
|
"outputs": [ |
|
|
|
"{workspaceRoot}/coverage/packages/theme-shared" |
|
|
|
], |
|
|
|
"outputs": ["{workspaceRoot}/coverage/packages/theme-shared"], |
|
|
|
"options": { |
|
|
|
"jestConfig": "packages/theme-shared/jest.config.ts", |
|
|
|
"passWithNoTests": true |
|
|
|
@ -798,15 +711,11 @@ |
|
|
|
"packages/theme-shared/src/**/*.html" |
|
|
|
] |
|
|
|
}, |
|
|
|
"outputs": [ |
|
|
|
"{options.outputFile}" |
|
|
|
] |
|
|
|
"outputs": ["{options.outputFile}"] |
|
|
|
} |
|
|
|
}, |
|
|
|
"tags": [], |
|
|
|
"implicitDependencies": [ |
|
|
|
"core" |
|
|
|
] |
|
|
|
"implicitDependencies": ["core","oauth"] |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|