Skip to content

Bug in creating auth.json

In l3d script, there is a check, if the auth.json file is empty:

if [[ -s "${HOME}/.composer/auth.json" ]]; then

It must be:

if [[ ! -s "${HOME}/.composer/auth.json" ]]; then

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information