Skip to content

Commit

Permalink
attempt to use knip via npx to install but not install it
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm committed Oct 10, 2024
1 parent 82c2a8e commit 722c7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"bump": "lerna publish",
"changelog": "lerna-changelog",
"lint": "lerna run lint && npm run lint:deps",
"lint:deps": "knip --dependencies --production --tags=-knipignore",
"lint:deps": "npx knip --dependencies --production --tags=-knipignore",
"lint:fix": "lerna run lint:fix",
"lint:examples": "eslint ./examples/**/*.js",
"lint:examples:fix": "eslint ./examples/**/*.js --fix",
Expand Down

0 comments on commit 722c7b4

Please sign in to comment.