|
683 | 683 | "common-docs" |
684 | 684 | ] |
685 | 685 | }, |
| 686 | + "route-pages-breethe-page": { |
| 687 | + "projectType": "library", |
| 688 | + "root": "libs/route-pages/breethe-page", |
| 689 | + "sourceRoot": "libs/route-pages/breethe-page/src", |
| 690 | + "prefix": "valor-software-site-base", |
| 691 | + "targets": { |
| 692 | + "build": { |
| 693 | + "executor": "@nrwl/angular:ng-packagr-lite", |
| 694 | + "outputs": [ |
| 695 | + "dist/libs/route-pages/breethe-page" |
| 696 | + ], |
| 697 | + "options": { |
| 698 | + "project": "libs/route-pages/breethe-page/ng-package.json" |
| 699 | + }, |
| 700 | + "configurations": { |
| 701 | + "production": { |
| 702 | + "tsConfig": "libs/route-pages/breethe-page/tsconfig.lib.prod.json" |
| 703 | + }, |
| 704 | + "development": { |
| 705 | + "tsConfig": "libs/route-pages/breethe-page/tsconfig.lib.json" |
| 706 | + } |
| 707 | + }, |
| 708 | + "defaultConfiguration": "production" |
| 709 | + }, |
| 710 | + "test": { |
| 711 | + "executor": "@nrwl/jest:jest", |
| 712 | + "outputs": [ |
| 713 | + "coverage/libs/route-pages/breethe-page" |
| 714 | + ], |
| 715 | + "options": { |
| 716 | + "jestConfig": "libs/route-pages/breethe-page/jest.config.js", |
| 717 | + "passWithNoTests": true |
| 718 | + } |
| 719 | + }, |
| 720 | + "lint": { |
| 721 | + "executor": "@nrwl/linter:eslint", |
| 722 | + "options": { |
| 723 | + "lintFilePatterns": [ |
| 724 | + "libs/route-pages/breethe-page/src/**/*.ts", |
| 725 | + "libs/route-pages/breethe-page/src/**/*.html" |
| 726 | + ] |
| 727 | + } |
| 728 | + } |
| 729 | + }, |
| 730 | + "tags": [], |
| 731 | + "implicitDependencies": [ |
| 732 | + "common-docs" |
| 733 | + ] |
| 734 | + }, |
686 | 735 | "valor-software-site": { |
687 | 736 | "projectType": "application", |
688 | 737 | "root": "apps/valor-software-site", |
|
0 commit comments