From cc8a86f2f8a99642352a6426d56f58bef4d1009f Mon Sep 17 00:00:00 2001 From: yyaskriloff <69407772+yyaskriloff@users.noreply.github.com> Date: Sat, 6 Jan 2024 03:59:44 +0200 Subject: [PATCH] change npx sst dev to pnpm sst dev (#750) --- _chapters/create-a-dynamodb-table-in-sst.md | 2 +- _chapters/create-an-s3-bucket-in-sst.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_chapters/create-a-dynamodb-table-in-sst.md b/_chapters/create-a-dynamodb-table-in-sst.md index 2f8c46683..50c071650 100644 --- a/_chapters/create-a-dynamodb-table-in-sst.md +++ b/_chapters/create-a-dynamodb-table-in-sst.md @@ -113,7 +113,7 @@ export default { If you switch over to your terminal, you'll notice that you are being prompted to redeploy your changes. Go ahead and hit _ENTER_. -Note that, you'll need to have `sst dev` running for this to happen. If you had previously stopped it, then running `npx sst dev` will deploy your changes again. +Note that, you'll need to have `sst dev` running for this to happen. If you had previously stopped it, then running `pnpm sst dev` will deploy your changes again. You should see something like this at the end of the deploy process. diff --git a/_chapters/create-an-s3-bucket-in-sst.md b/_chapters/create-an-s3-bucket-in-sst.md index 1c9a261a8..5804788ae 100644 --- a/_chapters/create-an-s3-bucket-in-sst.md +++ b/_chapters/create-an-s3-bucket-in-sst.md @@ -55,7 +55,7 @@ Note, learn more about sharing resources between stacks [here](https://docs.sst. If you switch over to your terminal, you will notice that your changes are being deployed. -Note that, you will need to have `sst dev` running for this to happen. If you had previously stopped it, then running `npx sst dev` will deploy your changes again. +Note that, you will need to have `sst dev` running for this to happen. If you had previously stopped it, then running `pnpm sst dev` will deploy your changes again. You should see that the storage stack has been updated.