sst / guide

Repo for guide.sst.dev
https://guide.sst.dev
MIT License
3.68k stars 445 forks source link

change npx sst dev to pnpm sst dev #750

Closed yyaskriloff closed 8 months ago

yyaskriloff commented 8 months ago

Change npx to pnpm to be consistent with the documentation earlier on the same page. In addition, every section named Deploy Our Changes in the following chapter (BUILDING A SERVERLESS API) references this command using pnpm and not npx.

yyaskriloff commented 8 months ago

Also when going through the guide the first time the dev server is started is using pnpm. Create A Hello World Api and really every other time is using pnpm like pnpm sst remove API

jayair commented 8 months ago

Thanks!