Skip to content

Commit

Permalink
Make build solita script posix compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
EquilateralDelta committed Dec 13, 2023
1 parent 5c5c6aa commit 86ddd92
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion infra/build-solita.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PROJDIR=$PWD

function build_solita {
build_solita () {
yarn
yarn solita
yarn prepublish
Expand All @@ -23,3 +23,6 @@ build_solita

cd $PROJDIR/psyoptions-american-instrument/js
build_solita

cd $PROJDIR/hxro-print-trade-provider/js
build_solita

0 comments on commit 86ddd92

Please sign in to comment.