Rename postinstall script #87

Merged
raucao merged 3 commits from dev/dependency_install into master 2019-04-09 10:45:41 +00:00
Showing only changes of commit 096a9f3cea - Show all commits

View File

@ -22,7 +22,7 @@ Each of the aragon apps are separate packages:
$ cd apps/[app]
$ npm install
this will be automatically executed after you run `npm install` through a `postinstall` hook.
You can use `npm run install-all` to install all app dependencies at once.
### Local development chain