Does dependency packages are automatically install...
# help
s
Does dependency packages are automatically installed as part of the deploy and build process? Or do we have to add
yarn install
before the sst command
something like this
yarn && sst build
f
Hey @Sahan Amadoruge, you need to run
yarn
first.
s
Ok thanks
f
If you are working locally, you don’t have to run
yarn
every time before u
sst build
.
Just once