Skip to content

Commit 0b96e7a

Browse files
committed
sync
1 parent 7eff54f commit 0b96e7a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ persist.json
88
notes
99
.nvim.lua
1010
.svelte-kit
11+
.termai

scripts/format

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
set -e
44

5-
CI= bun x sherif --fix
5+
unset CI
6+
bun x sherif --fix
67
bun x prettier --write "**/*.{mjs,js,jsx,ts,tsx,json,md,yaml,yml}"
78

89
# Check for changes

0 commit comments

Comments
 (0)