We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9e1b6 commit e0ab191Copy full SHA for e0ab191
Makefile
@@ -120,3 +120,9 @@ run-test: ## Run tests
120
121
gen-doc:
122
@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