Skip to content

Commit

Permalink
fix build for view engine
Browse files Browse the repository at this point in the history
  • Loading branch information
David Faure committed Jul 22, 2024
1 parent 7438a01 commit 6f6a4fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-npm-view-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
target-branch: "angular8"

- name: 'Build'
run: npm run build
run: ng build

- name: "Ship the README.md with the library build"
run: cp ./README.md ./dist/ngx-image-compress/README.md

- name: "Ship the LICENSE"
run: cp ./LICENSE ./dist/ngx-image-compress/LICENSE

- name: "Publish the library on npm"
- name: "Publish the library on npm with tag view-engine"
working-directory: ./dist/ngx-image-compress
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 6f6a4fa

Please sign in to comment.