chore(deps): removed unsued deps and fixed npm@update makefile rule

- Removed unused deps
- Changed `npm@update` rule to only update lockfile and nothing else
- Changed `npm@install` to also install in frontend directory
This commit is contained in:
Maieul BOYER 2025-12-30 14:52:38 +01:00
parent 926677223c
commit 11949bbdf0
No known key found for this signature in database
5 changed files with 4 additions and 57 deletions

View file

@ -1,15 +1,3 @@
# **************************************************************************** #
# #
# ::: :::::::: #
# Docker.mk :+: :+: :+: #
# +:+ +:+ +:+ #
# By: nrobinso <nrobinso@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/06/11 18:10:26 by maiboyer #+# #+# #
# Updated: 2025/12/19 14:33:21 by maiboyer ### ########.fr #
# #
# **************************************************************************** #
.PHONY: logs
# TODO: REMOVE THIS BEFORE LAUNCH