Skip to content

Commit

Permalink
fix: add npm install in script for web client
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Aug 13, 2024
1 parent 10a2767 commit ce0ba41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/tests/web/start-test-components.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ cleanup() {
trap cleanup SIGINT SIGTERM

# Run node server in the background and capture its PID
npm install
node server-regtest.cjs &
NODE_PID=$!

Expand Down

0 comments on commit ce0ba41

Please sign in to comment.