mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Add missing install step
This commit is contained in:
@@ -88,6 +88,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -u;
|
set -u;
|
||||||
./scripts/github/build/bumpversion.sh
|
./scripts/github/build/bumpversion.sh
|
||||||
|
- name: install dependencies
|
||||||
|
run: |
|
||||||
|
npm install
|
||||||
- name: build libraries
|
- name: build libraries
|
||||||
run: |
|
run: |
|
||||||
npx nx run-many -t build --prod --skip-nx-cache
|
npx nx run-many -t build --prod --skip-nx-cache
|
||||||
|
|||||||
Reference in New Issue
Block a user