Skip to content

Commit

Permalink
chore: remove unnecessary npx from lint commands
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Jul 22, 2022
1 parent 17f77a7 commit 0c2c2c5
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 @@ -3,8 +3,8 @@
"version": "1.0.0",
"description": "An ORM for Node.js.",
"scripts": {
"lint:format": "npx prettier --write .",
"lint:check": "npx prettier --check .",
"lint:format": "prettier --write .",
"lint:check": "prettier --check .",
"clean": "lerna run clean",
"docs": "typedoc",
"prepare": "husky install && npm run bootstrap && npm run lint:check",
Expand Down

0 comments on commit 0c2c2c5

Please sign in to comment.