Skip to content

Commit f8d4f68

Browse files
authored
Node modules updated (#9)
1 parent 5c22e14 commit f8d4f68

3 files changed

Lines changed: 4760 additions & 3726 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ lint:
2424

2525
.PHONY: update_modules
2626
update_modules:
27-
ncu -u
27+
npm run check-updates
2828
npm update
2929
npm outdated
3030

@@ -38,6 +38,6 @@ ci:
3838
npm ci
3939

4040
.PHONY: publish
41-
publish: format update_modules ci check_git test
41+
publish: format update_modules check_git test
4242
npm login
4343
npm publish ; npm logout

0 commit comments

Comments
 (0)