Skip to content

Commit

Permalink
Improve prettier scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hm23 committed Feb 6, 2024
1 parent 85d2d97 commit e10c21f
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 @@ -25,8 +25,8 @@
"node": ">=14"
},
"scripts": {
"prettier": "npx prettier --write app lib test",
"prettier:check": "npx prettier --check app lib test",
"prettier": "npx prettier@3 --write app lib test </dev/null",
"prettier:check": "npx prettier@3 --check app lib test </dev/null",
"lint": "npx eslint .",
"test": "jest --silent",
"test:generate-schemas": "node ./test/scripts/generate-schemas.js"
Expand Down

0 comments on commit e10c21f

Please sign in to comment.