0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Minor fix on manage.sh.

This commit is contained in:
Andrey Antukh 2019-10-22 14:03:07 +02:00
parent b6a92bade0
commit 57365a6664

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