Skip to content

Commit

Permalink
Added a yarn install in buidlguidl-client dir in both install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sfaber34 committed Oct 31, 2024
1 parent af18854 commit 1f868da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/nextjs/public/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,6 @@ else
fi

cd "$HOME/buidlguidl-client"
yarn install
node index.js

1 change: 1 addition & 0 deletions packages/nextjs/public/runBuidlGuidlClient.sh
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,6 @@ else
fi

cd "$HOME/buidlguidl-client"
yarn install
node index.js

0 comments on commit 1f868da

Please sign in to comment.