##// END OF EJS Templates
chore(dev): fix web-build command
super-admin -
r5239:a3c7219e default
parent child Browse files
Show More
@@ -83,7 +83,7 b' docs-cleanup:'
83 .PHONY: web-build
83 .PHONY: web-build
84 ## Build JS packages static/js
84 ## Build JS packages static/js
85 web-build:
85 web-build:
86 docker run -it --rm -v $(PWD):/project --workdir=/project rhodecode/static-files-build:16 -c "npm install && grunt"
86 docker run -it --rm -v $(PWD):/project --workdir=/project rhodecode/static-files-build:16 -c "npm install && /project/node_modules/.bin/grunt"
87 # run static file check
87 # run static file check
88 ./rhodecode/tests/scripts/static-file-check.sh rhodecode/public/
88 ./rhodecode/tests/scripts/static-file-check.sh rhodecode/public/
89 rm -rf node_modules
89 rm -rf node_modules
General Comments 0
You need to be logged in to leave comments. Login now