Update angular.yml

pull/2172/head
Mehmet Erim 6 years ago committed by GitHub
parent 80e362a06d
commit 6631de1052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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