Skip to content

Commit 6cb92b3

Browse files
committedNov 30, 2023
Include lockfile change in release commit
1 parent 9697689 commit 6cb92b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎packages/knip/package.json

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@
102102
"npm run knip",
103103
"npm run knip:production",
104104
"npm test"
105+
],
106+
"after:bump": [
107+
"git add ../../package-lock.json"
105108
]
106109
},
107110
"github": {

0 commit comments

Comments
 (0)
Please sign in to comment.