0
Fork 0
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:
mathieu.brunot 2019-06-12 12:46:35 +02:00
parent 9664fe4a61
commit e9e4f5d18a
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -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