Skip to content

Commit e48dc8e

Browse files
committed
build: update package.json
1 parent 9c099c6 commit e48dc8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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 link",
23+
"cli": "npm run compile && npm unlink auto-commit-msg && npm link auto-commit-msg",
2424
"preversion": "npm run checks",
2525
"version": "npm run build",
2626
"postversion": "git push --follow-tags",

0 commit comments

Comments
 (0)