Enable LLMs to handle webhooks with plaintext files
0
fork

Configure Feed

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

add root test command

+1 -1
+1 -1
package.json
··· 12 12 "fmt:check": "oxfmt --check", 13 13 "lint": "oxlint", 14 14 "lint:fix": "oxlint --fix", 15 - "test": "echo \"Error: no test specified\" && exit 1" 15 + "test": "pnpm -r test" 16 16 }, 17 17 "devDependencies": { 18 18 "oxfmt": "^0.41.0",