mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Updated s390x release script.
This commit is contained in:
parent
62e16d33fb
commit
b98888e128
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ rm wekan-$1-s390x.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue