mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Try to make release sizes smaller by deleting phantomjs.
Thanks to xet7 !
This commit is contained in:
parent
972e7a9971
commit
1fc3a1db2e
5 changed files with 22 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue