Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Add a flag to just warn about missing script files #12

Open
deluan opened this issue Feb 27, 2018 · 2 comments
Open

Add a flag to just warn about missing script files #12

deluan opened this issue Feb 27, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@deluan
Copy link
Owner

deluan commented Feb 27, 2018

When devs are working in parallel in the same dev space, when one dev applies a script to the space, other devs can gets an error, because the script is not in their local workspace yet.

  error : Error: Missing migration file: 20180227004930-add-field-to-block-promo.js

There should be a way to make this error a warning instead, so it does not break any dev's workflow

@deluan deluan added the enhancement New feature or request label Feb 27, 2018
@mattwexa
Copy link

👍 @deluan
We have the same need, what can we do to help?

@mattwexa
Copy link

Sorry to bother you again @deluan, to restate we are willing to contribute the code to add an option (like warn-if-missing-scripts or warn-missing or something) and catch any missing script error and output a warning instead if the option is given on the command line. What do you think?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants