Skip to content

Commit 5e70ea4

Browse files
committed
Updated Prettier flags to be less verbose
1 parent b552348 commit 5e70ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"types": "./dist/index.d.ts",
77
"exports": "./dist/index.js",
88
"scripts": {
9-
"build": "tsc && prettier -w dist/*",
9+
"build": "tsc && prettier -w dist/* --loglevel warn",
1010
"test": "npm run build && uvu tests",
1111
"bench": "npm run build && node bench.js",
1212
"prepublish": "npm run build"

0 commit comments

Comments
 (0)