aragon / aragen

(Aragon 1) Generate an Aragon environment
GNU General Public License v3.0
20 stars 27 forks source link

Deploy Agent and Vault apps correctly #46

Closed 0xGabi closed 5 years ago

0xGabi commented 5 years ago

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

0xGabi commented 5 years ago

Will use aragon apm publish 1.0.0 --files public and might also include https://github.com/aragon/aragon-apps/pull/880