Browse Source

Update angular.yml

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

4
.github/workflows/angular.yml

@ -14,6 +14,8 @@ jobs:
- uses: borales/actions-yarn@v2.0.0
with:
node-version: '10.x'
- run: pwd && yarn
- run: |
pwd
yarn
working-directory: npm/ng-packs
- run: pwd

Loading…
Cancel
Save