mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 04:19:08 -05:00
🐛 Minor fix on manage.sh.
This commit is contained in:
parent
b6a92bade0
commit
57365a6664
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ function run-backend-tests {
|
||||||
}
|
}
|
||||||
|
|
||||||
function build-frontend-local {
|
function build-frontend-local {
|
||||||
build-devenv-if-not-exists $@;
|
build-devenv-if-not-exists;
|
||||||
|
|
||||||
mkdir -p $HOME/.m2
|
mkdir -p $HOME/.m2
|
||||||
rm -rf ./frontend/node_modules
|
rm -rf ./frontend/node_modules
|
||||||
|
|
Loading…
Add table
Reference in a new issue