fix(ci): fixed yml files

This commit is contained in:
SvetlanaMuravlova
2022-09-16 13:32:49 +03:00
parent bc02dfd756
commit 1253c6c811
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ jobs:
dist
key: dist-${{ github.run_id }}
- run: npx ng build --prod
npx nx run ng2-file-upload:build:production
npx nx run ng2-file-upload:build
# update release notes in github
update_release_draft:

View File

@@ -60,7 +60,7 @@ jobs:
path: ${{ env.CACHE_DIST_PATH }}
key: dist-${{ github.run_id }}
- run: npx ng build --prod
npx nx run ng2-file-upload:build:production
npx nx run ng2-file-upload:build
# run unit tests
unit_tests_with_coverage: