mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 12:16:10 +01:00
- Add CAS with attributes.
Thanks to ppoulard !
This commit is contained in:
parent
209da19566
commit
c6cea2fb4e
5 changed files with 9 additions and 6 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