Skip to content

Commit 5d6fe80

Browse files
committed
Fix commands in dev guide
1 parent f1e6770 commit 5d6fe80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/DEVELOPMENT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ gh repo fork webpro-nl/knip --clone
2424
cd knip
2525
bun install
2626
cd packages/knip
27-
npm run build
28-
npm run test
27+
bun run build
28+
bun run test
2929
```
3030

3131
Depending on the goals and the way you like to work, below are a few things that

0 commit comments

Comments
 (0)