fix(ci): fixed yml files
This commit is contained in:
2
.github/workflows/on-publish.yml
vendored
2
.github/workflows/on-publish.yml
vendored
@@ -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:
|
||||
|
||||
2
.github/workflows/on-push-or-pull.yml
vendored
2
.github/workflows/on-push-or-pull.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user