Skip to content

Commit

Permalink
Disable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 11, 2024
1 parent e9466ff commit 3934600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/test-streams.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function generate_packaged_streams {
}

function serve_directory {
npx http-server "$1" -p 8123 &
npx http-server "$1" -c-1 -p 8123 &
}

function kill_test_streams {
Expand Down

0 comments on commit 3934600

Please sign in to comment.