this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add prepare script

alice 79dc31b9 2caaafc0

+2 -1
+2 -1
package.json
··· 9 9 "lint": "bunx eslint .", 10 10 "lint:fix": "bunx eslint --fix .", 11 11 "set-posts": "bunx tsx src/set-posts.ts", 12 - "set-labels": "bunx tsx src/set-labels.ts" 12 + "set-labels": "bunx tsx src/set-labels.ts", 13 + "prepare": "bunx husky install" 13 14 }, 14 15 "lint-staged": { 15 16 "*": "prettier --ignore-unknown --write"