chore(dev): fix web-build command
This commit is contained in:
parent
e1852d850f
commit
2f2bd05734
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue