How would a better seed build machine impact a sst...
# seed
a
How would a better seed build machine impact a sst app’s build time?
f
Hey @Ashishkumar Pandey, faster
npm/yarn install
and
sst build
time. Deploy time not affected.
a
okay, I’m going to upgrade it then. I can cross the 500 minutes in the individual plan and thus justify upgrading to the team one. The shit you need to justify to support open source as a company. 🙄😅
@Frank could you also explain to me the pricing that applies to other build machines.
f
Are you seeing much slower
npm/yarn install
and
sst build
times on SEED?
a
wait, I’ll DM.
f
SEED tries to cache ur
node_modules
automatically, so the former will be pretty quick.
yup