Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hm23 authored Feb 6, 2024
1 parent d0b41a8 commit 12ce06e
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": "npm_config_yes=true npx prettier@3 --write app lib test",
"prettier:check": "npm_config_yes=true npx prettier@3 --check app lib test",
"prettier": "npm_config_yes=true npx prettier@3.2 --write app lib test",
"prettier:check": "npm_config_yes=true npx prettier@3.2 --check app lib test",
"lint": "npx eslint .",
"test": "jest --silent",
"test:generate-schemas": "node ./test/scripts/generate-schemas.js"
Expand Down

0 comments on commit 12ce06e

Please sign in to comment.