Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
add note about building target
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Oct 31, 2023
1 parent 7291b47 commit ea19e55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dapps/dapp-challenges/challenge-0-crowdfund.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ You will need to remove unneccessary files to save space for the the deployment.
rm -rf target
```

>Note: You can build this directory again by running `soroban contract build`
>Note: You can build this directory again by running `soroban contract build` in the `contracts/abundance` directory.
Next, you will use the Vercel cli to complete your deployment.

Expand Down
2 changes: 2 additions & 0 deletions dapps/dapp-challenges/challenge-2-liquidity-pool.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ First, you will remove the target directory, as it is not used by Vercel to depl
rm -rf target
```

>Note: You can build this directory again by running `soroban contract build` in the `contracts/abundance` directory.
Next, you must move your `.soroban` directory to the frontend directory.

From a terminal in the `liquidity-pool` directory, run the following command:
Expand Down

0 comments on commit ea19e55

Please sign in to comment.