trying will full error handling
parent
bb1fd68994
commit
061718bb43
|
@ -53,11 +53,21 @@ jobs:
|
||||||
npm install
|
npm install
|
||||||
head node_modules/ng_client/src/ClientApp.js
|
head node_modules/ng_client/src/ClientApp.js
|
||||||
|
|
||||||
|
- name: Install ng-anr dependencies
|
||||||
|
run: |
|
||||||
|
npm install
|
||||||
|
working-direcory: node_modules/ng_anr/
|
||||||
|
|
||||||
|
- name: Install ng-client dependencies
|
||||||
|
run: |
|
||||||
|
npm install
|
||||||
|
working-direcory: node_modules/ng_client/
|
||||||
|
|
||||||
# final "cleanup"
|
# final "cleanup"
|
||||||
- name: post job
|
- name: post job
|
||||||
run: |
|
run: |
|
||||||
bash -x ./scripts/link_modules_resources.sh
|
bash -ex ./scripts/link_modules_resources.sh
|
||||||
bash -x ./scripts/compile_translations.sh
|
bash -ex ./scripts/compile_translations.sh
|
||||||
|
|
||||||
# prepare release
|
# prepare release
|
||||||
- name: Get repository name
|
- name: Get repository name
|
||||||
|
|
Loading…
Reference in New Issue