Skip to content

Commit 7be62aa

Browse files
authored
Update README.md
1 parent ed16ef6 commit 7be62aa

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -126,20 +126,6 @@ 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 commit in .husky/pre-commit uncomment out the two lines
131-
```bash
132-
# npx validate-branch-name
133-
# bun run depcheck:ci
134-
```
135-
136-
to
137-
138-
```bash
139-
npx validate-branch-name
140-
bun run depcheck:ci
141-
```
142-
143129
and run
144130

145131
```bash

0 commit comments

Comments
 (0)