Skip to content

Commit

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

- name: 'Build'
run: ng build
run: ./node_modules/.bin/ng build

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

0 comments on commit e182ede

Please sign in to comment.