Skip to content

Commit c4e7ed3

Browse files
committed
chore: revert e2e_setup and start_local changes
1 parent 3144dc3 commit c4e7ed3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/server/src/bin/e2e_setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SETUP_SCRIPT="${DIR}/../../__build__/bin/setup_categories"
1818

1919
# see if the category setup script exists, if not, build it
2020
if ! test -f "$SETUP_SCRIPT"; then
21-
TARGETS=setupCategories yarn server build:bin
21+
TARGETS=setupCategories yarn workspace @upswyng/server build:bin
2222
fi
2323

2424
# setup categories
@@ -35,4 +35,4 @@ read -r REDIS_PID <"${DIR}/../../cypress/.redispid"
3535
read -r REDIS_URI <"${DIR}/../../cypress/.redisuri"
3636

3737
REDIS_URL=$REDIS_URI DATABASE_URL=$MONGODB_URI DATABASE_NAME="" DATABASE_USER="" DATABASE_PASSWORD="" PORT=43637 \
38-
yarn server dev
38+
yarn workspace @upswyng/server dev

start_local.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ fi
3030
docker top upswyng-dev-db > /dev/null 2>&1 || yarn build:local-db
3131

3232
# Start development servers for server and web packages concurrently
33-
concurrently -n server,web -c yellow,blue "yarn server dev" "yarn web start"
33+
concurrently -n server,web -c yellow,blue "yarn workspace @upswyng/server dev" "yarn workspace @upswyng/web start"

0 commit comments

Comments
 (0)