Skip to content

Commit

Permalink
refactor: remove unnecessary npx
Browse files Browse the repository at this point in the history
  • Loading branch information
xayanide committed May 7, 2022
1 parent dfff7fd commit 514c478
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 @@ -12,8 +12,8 @@
"dist": "rimraf dist && tsc",
"clean": "rimraf dist",
"build": "tsc",
"lint": "npx eslint src",
"lint:fix": "npx eslint src --fix",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"start": "node dist/cli/index.js",
"start:discord": "node dist/discord/index.js",
"node:cli": "node dist/cli/index.js",
Expand Down

0 comments on commit 514c478

Please sign in to comment.