diff --git a/package.json b/package.json index e40bcfa4..26aaa8f2 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "format:cspell": "cspell --config .cspell.json 'src/**/*.{js,ts,json,md,yml}'", "start:watch": "nodemon --exec 'bun start'", "start": "probot run ./dist/main.js", - "format:knip": "knip", - "format:knip-ci": "knip --no-exit-code --reporter json", + "knip": "knip", + "knip-ci": "knip --no-exit-code --reporter json", "prepare": "husky install", "test": "jest", "logs:netlify": "bun netlify logs:function webhooks"