Is there a way to run `sst build` where it skips t...
# help
d
Is there a way to run
sst build
where it skips the StaticSite build steps and just uses whats already in the
.build
?
f
Hey @Dan Van Brunt, not currently. We have an open issue for this https://github.com/serverless-stack/serverless-stack/issues/779
d
could this potentially apply to how unit tests build as well. Doesn’t always make sense to build the StaticSite if I’m just running tests
f
Hey @Devin, I also see cases where you do want to build the StaticSite when running tests. Maybe this should be made into an option. What do you think?
d
option is fine too