Some user feedback was that it would be good to have a --ignore flag, that takes a list of room names that will be exempt from being build, regardless of their having changed.
This is because there are instances where you're running the target service of a room in a development mode (webpack dev server or something) and you don't need it to be built at this point in time.
Some user feedback was that it would be good to have a
--ignore
flag, that takes a list of room names that will be exempt from being build, regardless of their having changed.This is because there are instances where you're running the target service of a room in a development mode (webpack dev server or something) and you don't need it to be built at this point in time.