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
Frank
10/30/2021, 6:54 AM
Hi @Cass Winfrey, what would the build command look like?
c
Cass Winfrey
10/30/2021, 3:38 PM
nx build service_name
which is really just a little wrapper around
sst build
f
Frank
11/02/2021, 4:21 AM
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.