we should probably remove the postinstall script also? @fsmanuel as you have recently done the setup with out much additional explanation, what do you think is the best and easiest setup flow?
we should probably remove the `postinstall` script also?
@fsmanuel as you have recently done the setup with out much additional explanation, what do you think is the best and easiest setup flow?
my thoughts when making bootstrap were that this runs once to set everything up.
after that one can use reset:* to get fresh DAOs and seeds to fill it optionally with basic data.
The alternative to manually cd into every directory and install the dependencies would then be to remove the package.json and the need to run npm i in every app?
my thoughts when making `bootstrap` were that this runs once to set everything up.
after that one can use `reset:*` to get fresh DAOs and seeds to fill it optionally with basic data.
The alternative to manually cd into every directory and install the dependencies would then be to remove the package.json and the need to run `npm i` in every app?
bumi
(Migrated from github.com)
approved these changes 2019-04-09 07:50:23 +00:00
The alternative to manually cd into every directory and install the dependencies would then be to remove the package.json and the need to run npm i in every app?
No, you can simply use a command for that. It doesn't have to be automatic as postinstall.
> The alternative to manually cd into every directory and install the dependencies would then be to remove the package.json and the need to run `npm i` in every app?
No, you can simply use a command for that. It doesn't have to be automatic as postinstall.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
When one wants to install, they can install. When one wants to bootstrap, they should be able to only bootstrap.
we should probably remove the
postinstallscript also?@fsmanuel as you have recently done the setup with out much additional explanation, what do you think is the best and easiest setup flow?
Can we merge this first? I have another PR coming for postinstall.
my thoughts when making
bootstrapwere that this runs once to set everything up.after that one can use
reset:*to get fresh DAOs and seeds to fill it optionally with basic data.The alternative to manually cd into every directory and install the dependencies would then be to remove the package.json and the need to run
npm iin every app?No, you can simply use a command for that. It doesn't have to be automatic as postinstall.