Skip to content

Commit

Permalink
change npx sst dev to pnpm sst dev (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
yyaskriloff authored Jan 6, 2024
1 parent 4c47232 commit cc8a86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _chapters/create-a-dynamodb-table-in-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion _chapters/create-an-s3-bucket-in-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit cc8a86f

Please sign in to comment.