Mehmet Erim
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
13 deletions
-
.github/workflows/angular.yml
|
|
|
@ -21,19 +21,6 @@ jobs: |
|
|
|
with: |
|
|
|
node-version: '10.x' |
|
|
|
- run: | |
|
|
|
node -v |
|
|
|
npm install |
|
|
|
working-directory: npm/ng-packs |
|
|
|
build: |
|
|
|
needs: [install] |
|
|
|
runs-on: ubuntu-18.04 |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/setup-node@v1 |
|
|
|
with: |
|
|
|
node-version: '10.x' |
|
|
|
- run: | |
|
|
|
pwd |
|
|
|
npm run ng |
|
|
|
npm run symlink copy --angular --packages @abp/ng.core --sync-build |
|
|
|
working-directory: npm/ng-packs |
|
|
|
|