Show More
@@ -83,7 +83,7 b' docs-cleanup:' | |||
|
83 | 83 | .PHONY: web-build |
|
84 | 84 | ## Build JS packages static/js |
|
85 | 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 | 87 | # run static file check |
|
88 | 88 | ./rhodecode/tests/scripts/static-file-check.sh rhodecode/public/ |
|
89 | 89 | rm -rf node_modules |
General Comments 0
You need to be logged in to leave comments.
Login now