File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ SETUP_SCRIPT="${DIR}/../../__build__/bin/setup_categories"
18
18
19
19
# see if the category setup script exists, if not, build it
20
20
if ! test -f " $SETUP_SCRIPT " ; then
21
- TARGETS=setupCategories yarn server build:bin
21
+ TARGETS=setupCategories yarn workspace @upswyng/ server build:bin
22
22
fi
23
23
24
24
# setup categories
@@ -35,4 +35,4 @@ read -r REDIS_PID <"${DIR}/../../cypress/.redispid"
35
35
read -r REDIS_URI < " ${DIR} /../../cypress/.redisuri"
36
36
37
37
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
Original file line number Diff line number Diff line change 30
30
docker top upswyng-dev-db > /dev/null 2>&1 || yarn build:local-db
31
31
32
32
# 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"
You can’t perform that action at this time.
0 commit comments