Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,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-denendencies
update-denendencies: install-npm-check-updates
ncu -u
npm install
Loading