##// END OF EJS Templates
chore: makefile, cleanup node_modules before generating a new ones
super-admin -
r5475:973675bc default
parent child Browse files
Show More
@@ -58,6 +58,7 b' docs-cleanup:'
58 .PHONY: web-build
58 .PHONY: web-build
59 ## Build JS packages static/js
59 ## Build JS packages static/js
60 web-build:
60 web-build:
61 rm -rf node_modules
61 docker run -it --rm -v $(PWD):/project --workdir=/project rhodecode/static-files-build:16 -c "npm install && /project/node_modules/.bin/grunt"
62 docker run -it --rm -v $(PWD):/project --workdir=/project rhodecode/static-files-build:16 -c "npm install && /project/node_modules/.bin/grunt"
62 # run static file check
63 # run static file check
63 ./rhodecode/tests/scripts/static-file-check.sh rhodecode/public/
64 ./rhodecode/tests/scripts/static-file-check.sh rhodecode/public/
General Comments 0
You need to be logged in to leave comments. Login now