🐛 Minor fix on manage.sh.

This commit is contained in:
Andrey Antukh 2019-10-22 14:03:07 +02:00
parent b6a92bade0
commit 57365a6664
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ function run-backend-tests {
}
function build-frontend-local {
build-devenv-if-not-exists $@;
build-devenv-if-not-exists;
mkdir -p $HOME/.m2
rm -rf ./frontend/node_modules