# HG changeset patch # User RhodeCode Admin # Date 2023-12-19 11:59:14 # Node ID a3c7219e838e25a9343d0a349783b58f4bb830ba # Parent 57ce088c8adddbebe472a56d51ec963abdb0c205 chore(dev): fix web-build command diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -83,7 +83,7 @@ docs-cleanup: .PHONY: web-build ## Build JS packages static/js web-build: - docker run -it --rm -v $(PWD):/project --workdir=/project rhodecode/static-files-build:16 -c "npm install && grunt" + 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/ rm -rf node_modules