This should not be included as an npm "post install" script because:
In addition to initially installing dependencies, the npm install
command is used to update dependencies. Secrets do not need to be
fetched in these cases.
Continuous integration services should be able to install
dependencies in an automated fashion without the credentials required
by the nest-cli script.
This should not be included as an npm "post install" script because:
npm install
command is used to update dependencies. Secrets do not need to be fetched in these cases.nest-cli
script.@Wilto sound good?