File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 "scripts" : {
88 "start:docker" : " docker compose up -d" ,
99 "docker:logs" : " docker compose logs --tail 200 -f" ,
10- "docker:bash" : " docker compose exec agd bash" ,
11- "docker:make" : " docker compose exec agd make -C /ws-offer-up/contract" ,
10+ "docker:bash" : " docker exec agd bash" ,
11+ "docker:make" : " docker exec agd make -C /ws-offer-up/contract" ,
1212 "docker:lower-bundle-cost" : " yarn docker:make mint100 lower-bundle-cost" ,
1313 "docker:copy-bundles" : " ./scripts/copy-bundles.sh" ,
1414 "docker:copy-Makefile" : " docker exec agd mkdir -p /ws-offer-up/contract; docker cp Makefile agd:/ws-offer-up/contract/" ,
Original file line number Diff line number Diff line change 4141 "scripts" : {
4242 "start:docker" : " cd contract && docker compose up -d" ,
4343 "docker:logs" : " cd contract; docker compose logs --tail 200 -f" ,
44- "docker:bash" : " cd contract; docker compose exec agd bash" ,
45- "docker:make" : " cd contract; docker compose exec agd make -C /ws-offer-up/contract" ,
44+ "docker:bash" : " cd contract; docker exec agd bash" ,
45+ "docker:make" : " cd contract; docker exec agd make -C /ws-offer-up/contract" ,
4646 "make:help" : " make -C contract list" ,
4747 "start:contract" : " cd contract && yarn start" ,
4848 "start:ui" : " cd ui && yarn dev" ,
You can’t perform that action at this time.
0 commit comments