From 9194b341cdc44f76a47d6a1d850933a55f27464d Mon Sep 17 00:00:00 2001 From: Korrrba Date: Thu, 30 May 2024 09:05:44 +0200 Subject: [PATCH] chore: fix knip commands by removing format prefix --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e40bcfa49..26aaa8f26 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"