mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
change bundle to build
This commit is contained in:
committed by
VitoAlbano
parent
2fafcb403b
commit
e5f68b1091
6
.github/workflows/pull-request.yml
vendored
6
.github/workflows/pull-request.yml
vendored
@@ -205,9 +205,9 @@ jobs:
|
|||||||
- name: install
|
- name: install
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npx nx run js-api:bundle
|
npx nx run js-api:build
|
||||||
npx nx run cli:bundle
|
npx nx run cli:build
|
||||||
npx nx run testing:bundle
|
npx nx run testing:build
|
||||||
- run: npx nx print-affected $NX_CALCULATION_FLAGS
|
- run: npx nx print-affected $NX_CALCULATION_FLAGS
|
||||||
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
||||||
|
|
||||||
|
6
.github/workflows/release-branch.yml
vendored
6
.github/workflows/release-branch.yml
vendored
@@ -97,9 +97,9 @@ jobs:
|
|||||||
- name: install
|
- name: install
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npx nx run js-api:bundle
|
npx nx run js-api:build
|
||||||
npx nx run cli:bundle
|
npx nx run cli:build
|
||||||
npx nx run testing:bundle
|
npx nx run testing:build
|
||||||
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
||||||
|
|
||||||
release-npm:
|
release-npm:
|
||||||
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -102,9 +102,9 @@ jobs:
|
|||||||
- name: install
|
- name: install
|
||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
npx nx run js-api:bundle
|
npx nx run js-api:build
|
||||||
npx nx run cli:bundle
|
npx nx run cli:build
|
||||||
npx nx run testing:bundle
|
npx nx run testing:build
|
||||||
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
- uses: ./.github/actions/upload-node-modules-and-artifacts
|
||||||
|
|
||||||
release-demoshell:
|
release-demoshell:
|
||||||
|
Reference in New Issue
Block a user