summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e9c908de4a..e2b7013d2f 100644
--- a/Makefile
+++ b/Makefile
@@ -926,11 +926,18 @@ node_modules: package-lock.json
.PHONY: npm-update
npm-update: node-check | node_modules
- npx updates -cu
+ npx updates -u -f package.json
rm -rf node_modules package-lock.json
npm install --package-lock
@touch node_modules
+.PHONY: poetry-update
+poetry-update: node-check | node_modules
+ npx updates -u -f pyproject.toml
+ rm -rf .venv poetry.lock
+ poetry install
+ @touch .venv
+
.PHONY: fomantic
fomantic:
rm -rf $(FOMANTIC_WORK_DIR)/build