Skip to content

Commit a725682

Browse files
authored
Merge pull request #469 from abhisarxverma/patch-1
docs: clarify yarn deploy --reset instructions
2 parents d59c7b6 + b63e34e commit a725682

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ yarn start
5353

5454
📱 Open http://localhost:3000 to see the app.
5555

56-
> 👩‍💻 Rerun `yarn deploy` whenever you want to deploy new contracts to the frontend. If you haven't made any contract changes, you can run `yarn deploy --reset` for a completely fresh deploy.
56+
> 👩‍💻 Rerun `yarn deploy` whenever you want to deploy contract changes to the frontend. Run `yarn deploy --reset` for a completely fresh deploy, even when contracts are unchanged.
5757
5858
🔏 Now you are ready to edit your smart contract `CrowdFund.sol` in your contracts directory
5959

extension/README.md.args.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ yarn start
3434
3535
📱 Open http://localhost:3000 to see the app.
3636
37-
> 👩‍💻 Rerun \`yarn deploy\` whenever you want to deploy new contracts to the frontend. If you haven't made any contract changes, you can run \`yarn deploy --reset\` for a completely fresh deploy.
37+
> 👩‍💻 Rerun \`yarn deploy\` whenever you want to deploy contract changes to the frontend. Run \`yarn deploy --reset\` for a completely fresh deploy, even when contracts are unchanged.
3838
3939
🔏 Now you are ready to edit your smart contract \`CrowdFund.sol\` in \`packages/${solidityFramework}/contracts\`
4040

0 commit comments

Comments
 (0)