Try to make release sizes smaller by deleting phantomjs.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2019-08-07 03:05:28 +03:00
parent 972e7a9971
commit 1fc3a1db2e
5 changed files with 22 additions and 0 deletions

View file

@ -79,4 +79,8 @@ sudo rm /home/wekan/app_build/bundle/programs/server/npm/node_modules/meteor/raj
cd /home/wekan/app_build/bundle/programs/server/
sudo npm install
sudo chown -R wekan:wekan ./node_modules
cd /home/wekan/app_build/bundle
find . -name "*phantomjs*" | sudo xargs rm -rf
sudo mv /home/wekan/app_build/bundle /build