Skip to content

Commit 6f4e808

Browse files
authored
Update README.md
1 parent ca8abf5 commit 6f4e808

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,23 @@ git push --set-upstream origin main
127127

128128
Open up issue #1 on your `https://github.com/{username}/{your_empty_repo_name}/issues` and complete all the tasks.
129129

130-
After the initial commiyt in .husky/pre-commit uncomment out the two lines
130+
After the initial commit in .husky/pre-commit uncomment out the two lines
131131
```bash
132132
# npx validate-branch-name
133133
# bun run depcheck:ci
134134
```
135+
135136
to
136137

137138
```bash
138139
npx validate-branch-name
139140
bun run depcheck:ci
140141
```
142+
143+
and run
144+
145+
```bash
146+
npm install
147+
```
148+
149+
in order to get the package-lock.json

0 commit comments

Comments
 (0)