Skip to content

Commit e0ab191

Browse files
committed
Add npm-check-updates commands to Makefile for dependency management
1 parent bd9e1b6 commit e0ab191

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,3 +120,9 @@ run-test: ## Run tests
120120

121121
gen-doc:
122122
@npx @compodoc/compodoc -p tsconfig.json -s -d docs --includes ./markdowns -n "Sesame Orchestrator"
123+
124+
ncu: ## Check latest versions of all project dependencies
125+
@npx npm-check-updates
126+
127+
ncu-upgrade: ## Upgrade all project dependencies to the latest versions
128+
@npx npm-check-updates -u

0 commit comments

Comments
 (0)