Skip to content

Commit a820a32

Browse files
committed
move prettier logging to github action
1 parent 1da2302 commit a820a32

File tree

1 file changed

+1
-1
lines changed
  • client/components/paypalPayments/oneTimePayment/html

1 file changed

+1
-1
lines changed

client/components/paypalPayments/oneTimePayment/html/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"build": "vite build",
88
"preview": "vite preview",
99
"start": "vite",
10-
"format": "prettier . --write --log-level debug",
10+
"format": "prettier . --write",
1111
"format:check": "prettier . --check",
1212
"lint": "echo \"eslint is not set up\""
1313
},

0 commit comments

Comments
 (0)