Skip to content

Commit e01ff68

Browse files
committed
fix format
1 parent 60b65ea commit e01ff68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
bun x sherif --fix
6-
bun x prettier --write "**/*.{mjs,js,jsx,ts,tsx,json,md,yaml,yml}"
6+
CI=false bun x prettier --write "**/*.{mjs,js,jsx,ts,tsx,json,md,yaml,yml}"
77

88
# Check for changes
99
if ! git diff --quiet HEAD; then

0 commit comments

Comments
 (0)