We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca8abf5 commit 6f4e808Copy full SHA for 6f4e808
README.md
@@ -127,14 +127,23 @@ git push --set-upstream origin main
127
128
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
+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
139
npx validate-branch-name
140
bun run depcheck:ci
141
142
143
+and run
144
145
+```bash
146
+npm install
147
+```
148
149
+in order to get the package-lock.json
0 commit comments