Skip to content

Commit

Permalink
fix: update npm deps to latest version (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
givanov authored Apr 14, 2020
1 parent 8c78bd0 commit 4aa7176
Show file tree
Hide file tree
Showing 3 changed files with 2,879 additions and 2,179 deletions.
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,13 @@ semantic-release:
.PHONY: semantic-release-dry-run
semantic-release-dry-run:
npm ci
npx semantic-release -d
npx semantic-release -d

.PHONY: install-npm-check-updates
install-npm-check-updates:
npm install npm-check-updates

.PHONY: update-npm-dependencies
update-npm-dependencies: install-npm-check-updates
ncu -u
npm install
Loading

0 comments on commit 4aa7176

Please sign in to comment.