Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
try serve instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Nov 20, 2023
1 parent 9082b51 commit b801213
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install_test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/bash
set -ex

python -m http.server 7000 &
npm install --global serve
serve &
sleep 3 # let server get ready

export DENOW_DL_BASE_URL="http://localhost:7000/"
Expand Down

0 comments on commit b801213

Please sign in to comment.