Create a way to pass a post update command
Aghassi opened this issue · 2 comments
Aghassi commented
I noticed that this update command doesn’t have any lifecycle hooks. Currently, the CLI we are building wraps Cypress for functionality. When we run update
on our CLI, it won’t download the latest version of Cypress (this is usually done on post install via NPM/Yarn). Is there a way we can add a post update lifecycle to call things in particular? For example, on a successful update, I want to force the system to download the latest version of Cypress via a command Cypress provides.
jdx commented
it has a hook