mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
Build core as usual and pretheme after build
This commit is contained in:
parent
84332cbe56
commit
3dde18fbd2
@ -110,6 +110,7 @@ jobs:
|
|||||||
script:
|
script:
|
||||||
- ./scripts/travis/build/bumpversion.sh || travis_terminate 1
|
- ./scripts/travis/build/bumpversion.sh || travis_terminate 1
|
||||||
- nx affected:build $NX_CALCULATION_FLAGS --prod --exclude="demoshell"
|
- nx affected:build $NX_CALCULATION_FLAGS --prod --exclude="demoshell"
|
||||||
|
- nx affected $NX_CALCULATION_FLAGS --target=pretheme
|
||||||
|
|
||||||
workspaces:
|
workspaces:
|
||||||
create:
|
create:
|
||||||
|
@ -300,7 +300,7 @@
|
|||||||
"sourceRoot": "lib/core/src",
|
"sourceRoot": "lib/core/src",
|
||||||
"prefix": "adf",
|
"prefix": "adf",
|
||||||
"architect": {
|
"architect": {
|
||||||
"build-lib": {
|
"build": {
|
||||||
"builder": "@angular-devkit/build-angular:ng-packagr",
|
"builder": "@angular-devkit/build-angular:ng-packagr",
|
||||||
"options": {
|
"options": {
|
||||||
"tsConfig": "lib/core/tsconfig.lib.json",
|
"tsConfig": "lib/core/tsconfig.lib.json",
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npx nx run core:build-lib",
|
|
||||||
"postbuild": "npx nx run core:pretheme"
|
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
"./theming": {
|
"./theming": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user