Skip to content

Commit a4fd0b3

Browse files
feyclaude
andcommitted
chore: add update-deps Makefile target
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 708765c commit a4fd0b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ lint:
5252
lint-fix:
5353
npx biome check --write .
5454

55+
update-deps:
56+
npx ncu -u
57+
5558
test:
5659
npm test
5760

0 commit comments

Comments
 (0)