Skip to content

Commit 0feb31a

Browse files
committed
build(deps): update package-lock.json and package.json
1 parent b9ee4c5 commit 0feb31a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,17 @@
2020
"vscode:prepublish": "npm run compile",
2121
"build": "mkdir -p build && vsce package --out build/",
2222
"ext": "npm run build && code --install-extension $(ls -t build/* | head -n1) --force",
23+
"cli": "npm run compile && npm unlink auto-commit-msg && npm link auto-commit-msg",
2324
"preversion": "npm run checks",
2425
"version": "npm run build",
2526
"postversion": "git push --follow-tags",
2627
"sb": "bin/reset_sandbox.sh"
2728
},
29+
"bin": {
30+
"acm": "out/cli/diffIndexGenerate.js",
31+
"gacm": "out/cli/diffIndexGenerateCommit.js",
32+
"auto_commit_msg_generate": "out/cli/generate.js"
33+
},
2834
"engines": {
2935
"node": ">=22",
3036
"npm": ">=10",

0 commit comments

Comments
 (0)