Browse Source

Update angular.yml

pull/2175/head
Mehmet Erim 7 years ago
committed by GitHub
parent
commit
6631de1052
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/angular.yml

3
.github/workflows/angular.yml

@ -23,7 +23,6 @@ jobs:
- run: |
node -v
npm install
npm install -g symlink
working-directory: npm/ng-packs
build:
needs: [install]
@ -34,5 +33,5 @@ jobs:
with:
node-version: '10.x'
- run: |
symlink copy --angular --packages @abp/ng.core --sync-build
yarn symlink copy --angular --packages @abp/ng.core --sync-build
working-directory: npm/ng-packs

Loading…
Cancel
Save