File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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"
1818
1919#  see if the category setup script exists, if not, build it
2020if  !  test  -f " $SETUP_SCRIPT " ;  then 
21-     TARGETS=setupCategories yarn server build:bin
21+     TARGETS=setupCategories yarn workspace @upswyng/ server build:bin
2222fi 
2323
2424#  setup categories
@@ -35,4 +35,4 @@ read -r REDIS_PID <"${DIR}/../../cypress/.redispid"
3535read  -r REDIS_URI < " ${DIR} /../../cypress/.redisuri" 
3636
3737REDIS_URL=$REDIS_URI  DATABASE_URL=$MONGODB_URI  DATABASE_NAME=" " " " " " 
38-     yarn server dev
38+     yarn workspace @upswyng/ server dev
Original file line number Diff line number Diff line change 3030docker 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" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments