Skip to content

Commit

Permalink
Merge pull request #44 from kraemer-lab/build-fix
Browse files Browse the repository at this point in the history
Add yarn to run_make to collate build dependencies
  • Loading branch information
jsbrittain authored Jul 19, 2023
2 parents 04d4b82 + 90b2c8f commit 0e91d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions electron-app/run_make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ popd

# compile builderjs
pushd ../builderjs
yarn
yarn build
popd

Expand Down

0 comments on commit 0e91d5b

Please sign in to comment.