Skip to content

Commit

Permalink
Updated Prettier flags to be less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
AsyncBanana committed Nov 6, 2021
1 parent b552348 commit 5e70ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./dist/index.d.ts",
"exports": "./dist/index.js",
"scripts": {
"build": "tsc && prettier -w dist/*",
"build": "tsc && prettier -w dist/* --loglevel warn",
"test": "npm run build && uvu tests",
"bench": "npm run build && node bench.js",
"prepublish": "npm run build"
Expand Down

0 comments on commit 5e70ea4

Please sign in to comment.