Skip to content

Commit 1caa60b

Browse files
committed
Add js dependencies update command to the Makefile and update them
1 parent 482f0c5 commit 1caa60b

2 files changed

Lines changed: 63 additions & 20 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ requirements-build: ## run pip compile and add requirements from t
118118
requirements-update: ## run pip compile and rebuild the requirements files
119119
docker exec redirect_dev sh -c " \
120120
cd ./backend && \
121-
uv sync --active -U \
121+
uv sync --active -U && \
122+
npm update \
122123
"
123124

124125

backend/package-lock.json

Lines changed: 61 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)