Any chance of getting custom build commands for se...
# seed
c
Any chance of getting custom build commands for seed? wanting to use https://nx.dev/l/r/core-extended/computation-caching to quickly deploy through multiple stages without having to rebuild every time, build once on dev stage then re-use cached bundle on stage/qa/prod for example
f
Hi @Cass Winfrey, what would the build command look like?
c
nx build service_name
which is really just a little wrapper around
sst build
f
Got it! Yeah, we are planning to allow full control over the build steps. Let me pass this on to the team. I will keep you posted.