Hey guys, does something change in SEED recently? ...
# seed
a
Hey guys, does something change in SEED recently? my app is not building anymore. Compared a build from today and one from Friday last week, which worked… and I see this: LAST WEEK -> Success:
Copy code
$ echo "Before build"
$ yarn sst build --stage dev --verbose
TODAY -> Failed:
Copy code
$ echo "Before build"
$ npx sst build --stage dev --verbose
I’m almost sure nothing changed on my end for the build system.
@Frank?