Skip to content

Commit 306eb58

Browse files
committed
Add package-lock.json in update dist action
That way we can’t forget to commit it when bumping the version for the npm package
1 parent cfcaea9 commit 306eb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- run: npm run build --if-present
3030
- uses: stefanzweifel/git-auto-commit-action@v5
3131
with:
32-
file_pattern: "css/dist/**"
32+
file_pattern: "css/dist/** package-lock.json"
3333
commit_message: Update dist

0 commit comments

Comments
 (0)