Skip to content

Commit

Permalink
WIP - rwd Tue, Dec 03 08:20 pm
Browse files Browse the repository at this point in the history
[no-changelog-required]
  • Loading branch information
airhorns committed Dec 4, 2024
1 parent 2022b7c commit 69145f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration-test/reload-cross-workspace-lazy/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
set -e

export WDS_DEBUG=1

# kill the server when this script exits
trap "kill -9 0" INT TERM
Expand Down
2 changes: 2 additions & 0 deletions integration-test/reload-cross-workspace/test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
set -e
export WDS_DEBUG=1


# kill the server when this script exits
Expand All @@ -14,6 +15,7 @@ pnpm install
# make a copy of the run.ts file in the side package for us to modify
cp $DIR/side/run.ts $DIR/side/run-scratch.ts


# run a server in the main package in the background
$DIR/../../pkg/wds.bin.js $@ --watch --commands $DIR/main/run.ts &

Expand Down

0 comments on commit 69145f1

Please sign in to comment.