Updated release scripts.

This commit is contained in:
Lauri Ojansivu 2022-10-02 21:44:46 +03:00
parent 923e48d64c
commit f6dfd2ab67
3 changed files with 10 additions and 4 deletions

View file

@ -21,7 +21,10 @@ rm wekan-$1-arm64.zip
(cd bundle/programs/server && chmod u+w *.json && cd node_modules/fibers && node build.js)
#cd ../../../..
(cd bundle/programs/server/npm/node_modules/meteor/accounts-password && npm remove bcrypt && npm install bcrypt)
#(cd bundle/programs/server/npm/node_modules/meteor/accounts-password && npm remove bcrypt && npm install bcrypt)
# Requires building from source https://github.com/meteor/meteor/issues/11682
(cd bundle/programs/server/npm/node_modules/meteor/accounts-password && npm rebuild --build-from-source)
cd bundle
find . -type d -name '*-garbage*' | xargs rm -rf