Skip to content

Commit

Permalink
Don't pin prettier version
Browse files Browse the repository at this point in the history
  • Loading branch information
schwma authored Apr 12, 2024
1 parent 3d7de62 commit 8260821
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.2 --write app lib test",
"prettier:check": "npm_config_yes=true npx prettier@3.2 --check app lib test",
"prettier": "npm_config_yes=true npx prettier@latest --write app lib test",
"prettier:check": "npm_config_yes=true npx prettier@latest --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 8260821

Please sign in to comment.