feat(chore): updated version up to angular 14 and nx 14 #1205

Merged
SvetlanaMuravlova merged 15 commits from updated-version into development 2022-09-28 09:05:37 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 1253c6c811 - Show all commits

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: