Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add run-if-checksum-changed-script #38

Closed

Conversation

danylkaaa
Copy link

I noticed, that often I need to run some cmd only if smth were changed. For example, if I update my package.json file, I need to install new dependencies, before run any other command, using Lets. So, until it will be implemented in lets as standard behavior (see #32) we should use handwritten bash scripts.
In this PR I wont to standardize this scripts and propose to store them in repo for future usage.

Also I added env variable LETS_CMD which stores name of the current command. It will be useful for logging and other stuff

@danylkaaa
Copy link
Author

I think, you can close this PR, because you had implemented this functionality

@danylkaaa danylkaaa closed this Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant