Skip to content

Commit

Permalink
add pre-install
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Jun 28, 2024
1 parent 1d76120 commit 3fbc6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"build:contracts": "soroban contract build",
"bindings:crowdfund": "soroban contract bindings typescript --wasm ./target/wasm32-unknown-unknown/release/soroban_crowdfund_contract.wasm --id $(cat ./.soroban-example-dapp/crowdfund_id) --output-dir ./.soroban-example-dapp/crowdfund-contract --network $(cat ./.soroban-example-dapp/network) --overwrite",
"bindings:abundance": "soroban contract bindings typescript --wasm ./target/wasm32-unknown-unknown/release/abundance_token.wasm --id $(cat ./.soroban-example-dapp/abundance_token_id) --output-dir ./.soroban-example-dapp/abundance-token --network $(cat ./.soroban-example-dapp/network) --overwrite",
"bindings": "npm run bindings:crowdfund && npm run bindings:abundance"
"bindings": "npm run bindings:crowdfund && npm run bindings:abundance",
"preinstall": "npm run build:contracts && npm run bindings"
},
"dependencies": {
"@radix-ui/react-dialog": "1.1.1",
Expand Down

0 comments on commit 3fbc6c8

Please sign in to comment.