File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ vsc-extension-quickstart.md
1212** /* .map
1313** /* .ts
1414** /.vscode-test. *
15-
1615.prettierignore
1716prettier.config.mjs
1817pnpm-lock.yaml
18+ * .github /**
Original file line number Diff line number Diff line change 2020 "type" : " git" ,
2121 "url" : " https://github.com/chouchouji/alias-manager.git"
2222 },
23+ "bugs" : {
24+ "url" : " https://github.com/chouchouji/alias-manager/issues"
25+ },
2326 "keywords" : [
2427 " extension" ,
2528 " alias" ,
143146 "packageManager" :
" [email protected] " ,
144147 "scripts" : {
145148 "postinstall" : " simple-git-hooks" ,
146- "vscode:prepublish" : " pnpm run package" ,
147- "vscode:publish" : " pnpm vsce package --no-dependencies" ,
149+ "vscode:package" : " pnpm vsce package --no-dependencies" ,
148150 "release" : " pnpm run package && vr release --skip-npm-publish" ,
149151 "compile" : " webpack" ,
150152 "watch" : " webpack --watch" ,
You can’t perform that action at this time.
0 commit comments