Skip to content

Commit d78f76d

Browse files
committed
docs: READMEにコードチェックとテストの説明を追加
1 parent d725f5f commit d78f76d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

website/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,19 @@ bun run build
2525
```sh
2626
bun run preview
2727
```
28+
29+
### Check
30+
31+
```sh
32+
# コードスタイルをチェックする
33+
bun run check
34+
35+
# 自動修正を行う
36+
bun run check:write
37+
```
38+
39+
### Test
40+
41+
```sh
42+
bun run test
43+
```

0 commit comments

Comments
 (0)