mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
🚧 💚 change permissions
Signed-off-by: mathieu.brunot <mb.mathieu.brunot@gmail.com>
This commit is contained in:
parent
9664fe4a61
commit
e9e4f5d18a
1 changed files with 2 additions and 0 deletions
|
@ -53,7 +53,9 @@ function build-release-frontend-local {
|
|||
|
||||
mkdir -p $HOME/.m2
|
||||
rm -rf ./frontend/node_modules
|
||||
# FIXME Ugly... should be a better way
|
||||
chmod 777 ./frontend
|
||||
chmod -R 777 $HOME/.m2
|
||||
|
||||
CONTAINER=$IMGNAME:latest
|
||||
|
||||
|
|
Loading…
Reference in a new issue