# HG changeset patch # User RhodeCode Admin # Date 2024-07-23 12:08:35 # Node ID 7e8e253f4ee54a6d01a4e490823db5163fcf81b5 # Parent e040e532233f4a802e73e3285f932fe56bc78fdf chore: makefile, cleanup node_modules before generating a new ones diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ docs-cleanup: .PHONY: web-build ## Build JS packages static/js web-build: + rm -rf node_modules docker run -it --rm -v $(PWD):/project --workdir=/project rhodecode/static-files-build:16 -c "npm install && /project/node_modules/.bin/grunt" # run static file check ./rhodecode/tests/scripts/static-file-check.sh rhodecode/public/