We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22aa4e2 commit ec14813Copy full SHA for ec14813
package.json
@@ -8,8 +8,8 @@
8
"preview": true,
9
"author": {
10
"name": "YuTengjing",
11
- "url": "https://github.com/tjx666",
12
- "email": "ytj2713151713@gmail.com"
+ "email": "ytj2713151713@gmail.com",
+ "url": "https://github.com/tjx666"
13
},
14
"license": "SEE LICENSE IN LICENSE",
15
"homepage": "https://github.com/tjx666/awesome-vscode-extension-boilerplate/blob/master/README.md",
@@ -69,6 +69,7 @@
69
"vscode:prepublish": "pnpm esbuild:base --minify",
70
"preinstall": "npx only-allow pnpm",
71
"postinstall": "stale-dep -u",
72
+ "prepare": "simple-git-hooks",
73
"clean": "npx rimraf -rf ./out",
74
"esbuild:base": "stale-dep && tsx scripts/esbuild.ts",
75
"esbuild:watch": "pnpm esbuild:base --sourcemap --watch",
0 commit comments