Skip to content

Commit

Permalink
🧪 bash for foundryup
Browse files Browse the repository at this point in the history
  • Loading branch information
cairoeth committed Mar 22, 2024
1 parent 9371269 commit 09db1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"**/highlight.js": "10.7.2-local"
},
"scripts": {
"init:contracts": "curl -L https://foundry.paradigm.xyz | bash && source ~/.bashrc && export PATH='~/.foundry/bin:${PATH}' && foundrup",
"init:contracts": "/bin/bash -c 'curl -L https://foundry.paradigm.xyz | bash && foundryup'",
"test": "cd contracts && forge t",
"compile:contracts": "cd contracts && forge b",
"deploy:contracts": "yarn compile:contracts && node --experimental-json-modules client/scripts/deploy_contracts.mjs",
Expand Down

0 comments on commit 09db1f8

Please sign in to comment.