Skip to content

Commit

Permalink
Ignore package-lock.json in Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Henninger committed Apr 17, 2021
1 parent c0172f9 commit b1a8d83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v2
- uses: php-actions/composer@v5
- uses: bahmutov/npm-install@v1
with:
useLockFile: false

- name: Bundle
shell: bash
Expand Down

0 comments on commit b1a8d83

Please sign in to comment.