Both Vault and Agent apps were published using the script for apps without UI. As default aragon apm publish will assign [' . '] to the --file option. So the whole folder was copied to the publish directory. This included the package.json that it happens to have a rule to only include some of the files to npm when publish 😓 Then ipfs-cache for both apps was not published correctly
Both Vault and Agent apps were published using the script for apps without UI. As default
aragon apm publish
will assign [' . '] to the--file
option. So the whole folder was copied to the publish directory. This included thepackage.json
that it happens to have a rule to only include some of the files to npm when publish 😓 Thenipfs-cache
for both apps was not published correctly