Skip to content

Commit bb58a42

Browse files
authored
Merge pull request #206 from valor-software/development
feat(portifolio): Breathee Page
2 parents 0c2361d + d754f30 commit bb58a42

39 files changed

Lines changed: 588 additions & 4 deletions

angular.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,55 @@
683683
"common-docs"
684684
]
685685
},
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+
},
686735
"valor-software-site": {
687736
"projectType": "application",
688737
"root": "apps/valor-software-site",
6.68 MB
Binary file not shown.
589 KB
Loading
214 KB
Loading
207 KB
Loading
42.1 KB
Loading
847 KB
Loading
493 KB
Loading
12 KB
Loading
8.98 KB
Loading

0 commit comments

Comments
 (0)