Skip to content

Commit 22df5c5

Browse files
authored
Update README.md
1 parent 640a997 commit 22df5c5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ In test.yml do the following:
110110

111111
```bash
112112
bun i
113-
bun cm
113+
bun cz
114114
```
115115

116116
for the commit type select: ` init 🎉 Initial commit. `
@@ -126,3 +126,15 @@ git push --set-upstream origin main
126126
```
127127

128128
Open up issue #1 on your `https://github.com/{username}/{your_empty_repo_name}/issues` and complete all the tasks.
129+
130+
After the initial commiyt in .husky/pre-commit uncomment out the two lines
131+
```bash
132+
# npx validate-branch-name
133+
# bun run depcheck:ci
134+
```
135+
to
136+
137+
```bash
138+
npx validate-branch-name
139+
bun run depcheck:ci
140+
```

0 commit comments

Comments
 (0)