Skip to content

Commit

Permalink
chore: added reflector build to initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Teolhyn committed Aug 22, 2024
1 parent 8583200 commit f257fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ function fundAll() {
function buildAll() {
exe(`rm -f ${dirname}/target/wasm32-unknown-unknown/release/*.wasm`);
exe(`rm -f ${dirname}/target/wasm32-unknown-unknown/release/*.d`);
// Then loan_pool as loan_pool uses it
exe(`${soroban} contract build --package loan_pool`);
exe(`${soroban} contract build --package reflector-oracle`);
exe(`${soroban} contract build`);
}

Expand Down

0 comments on commit f257fbb

Please sign in to comment.