Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
chore: fix knip commands by removing format prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gitcoindev committed May 30, 2024
1 parent d6b2083 commit 9194b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9194b34

Please sign in to comment.