mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 12:07:11 -04:00
Try to fix rebuild-wekan.sh .
Thanks to xet7 !
This commit is contained in:
parent
4a074836fd
commit
90cc96302d
1 changed files with 2 additions and 7 deletions
|
@ -89,14 +89,9 @@ do
|
|||
meteor npm install
|
||||
meteor build .build --directory
|
||||
rm -rf .build/bundle/programs/web.browser.legacy
|
||||
pushd .build/bundle/programs/server
|
||||
rm -rf node_modules
|
||||
chmod u+w *.json
|
||||
meteor npm install
|
||||
cd node_modules/fibers
|
||||
node build.js
|
||||
(cd .build/bundle/programs/server && rm -rf node_modules && chmod u+w *.json && meteor npm install)
|
||||
(cd .build/bundle/programs/server/node_modules/fibers && node build.js)
|
||||
# Cleanup
|
||||
popd
|
||||
find . -type d -name '*-garbage*' | xargs rm -rf
|
||||
find . -name '*phantom*' | xargs rm -rf
|
||||
find . -name '.*.swp' | xargs rm -f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue