Fix permissions on .build scripts

This commit is contained in:
Kacper Donat 2020-06-07 18:32:16 +02:00
parent 65169e49e1
commit 687902ca20
2 changed files with 1 additions and 1 deletions

0
.build/build.sh Normal file → Executable file
View File

2
.build/deploy.sh Normal file → Executable file
View File

@ -2,5 +2,5 @@ BUILD_PATH=$1
DEPLOY_PATH=$2
# copy all dist files to deploy path
rsync $BUILD_PATH/dist $DEPLOY_PATH
rsync $BUILD_PATH/build $DEPLOY_PATH