Skip to content

Commit

Permalink
test bash source
Browse files Browse the repository at this point in the history
  • Loading branch information
adam_unchained committed Oct 11, 2023
1 parent 1202420 commit 4f30f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"access": "public"
},
"scripts": {
"build": "curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y && tsc"
"build": "curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh -s -- -y && bash source $HOME/.cargo/env && tsc"
},
"devDependencies": {
"typescript": "4.9.5"
Expand Down

0 comments on commit 4f30f84

Please sign in to comment.