Skip to content

Commit 766ba38

Browse files
committed
chore: 🔧 add all contribtors script
1 parent c6a1dc3 commit 766ba38

File tree

2 files changed

+257
-1
lines changed

2 files changed

+257
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
2727
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
2828
"format": "pretty-quick",
29-
"package:local": "svelte-package && pnpm i -D ./package"
29+
"package:local": "svelte-package && pnpm i -D ./package",
30+
"contributors:add": "all-contributors add",
31+
"contributors:generate": "all-contributors generate"
3032
},
3133
"husky": {
3234
"hooks": {
@@ -41,6 +43,7 @@
4143
"@tailwindcss/typography": "0.5.7",
4244
"@typescript-eslint/eslint-plugin": "5.38.1",
4345
"@typescript-eslint/parser": "5.38.1",
46+
"all-contributors-cli": "^6.22.0",
4447
"autoprefixer": "10.4.12",
4548
"daisyui": "2.31.0",
4649
"eslint": "8.24.0",

0 commit comments

Comments
 (0)