Skip to content

Commit

Permalink
ci: prettier log is too verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
azzamsa committed Jun 27, 2024
1 parent 91aff37 commit 98cd6bb
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 @@ -8,8 +8,8 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
"lint": "prettier --check . --log-level warn && eslint .",
"format": "prettier --write . --log-level warn"
},
"devDependencies": {
"@skeletonlabs/skeleton": "^2.10.0",
Expand Down

0 comments on commit 98cd6bb

Please sign in to comment.