Browse Source

Update angular.yml

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

6
.github/workflows/angular.yml

@ -3,6 +3,9 @@ on:
pull_request:
paths:
- 'npm/ng-packs/**'
push:
paths:
- 'npm/ng-packs/**'
jobs:
build:
runs-on: ubuntu-18.04
@ -11,5 +14,6 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: cd npm/ng-packs && npm install
- run: pwd && npm install
working-directory: npm/ng-packs
- run: pwd

Loading…
Cancel
Save