Don't run npm install
on bootstrap
#86
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "dev/bootstrap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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?
Can we merge this first? I have another PR coming for postinstall.
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?No, you can simply use a command for that. It doesn't have to be automatic as postinstall.