mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add CAS with attributes.
Thanks to ppoulard !
This commit is contained in:
parent
a404612174
commit
bd6e4a351b
5 changed files with 9 additions and 2 deletions
|
|
@ -142,6 +142,11 @@ parts:
|
|||
sed -i 's/api\.versionsFrom/\/\/api.versionsFrom/' meteor-useraccounts-core/package.js
|
||||
cd ..
|
||||
fi
|
||||
if [ ! -d "packages/meteor-accounts-cas" ]; then
|
||||
cd packages
|
||||
git clone --depth 1 -b master https://github.com/wekan/meteor-accounts-cas.git meteor-accounts-cas
|
||||
cd ..
|
||||
fi
|
||||
rm -rf package-lock.json .build
|
||||
meteor add standard-minifier-js --allow-superuser
|
||||
meteor npm install --allow-superuser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue