chore: 添加 contributors 相关脚本

youngjuning-patch-1
洛竹 3 years ago
parent 82cfefb0d5
commit e5e781daa5

@ -5,7 +5,10 @@
"scripts": {
"build": "typedoc",
"dev": "onchange -i 'vscode.d.ts' 'typedoc.json' 'README.md' 'theme/**/*' -- yarn build",
"start": "serve docs/"
"start": "serve docs/",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"contributors:check": "all-contributors check"
},
"devDependencies": {
"onchange": "^7.1.0",

Loading…
Cancel
Save