Skip to content

Commit

Permalink
Run docker-compose ':up' yarn scripts in detached mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed May 14, 2021
1 parent faa20e3 commit e136cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/TypeScript/package.json
Expand Up @@ -18,12 +18,12 @@
"cleanup": "yarn workspaces run cleanup && shx rm -rf node_modules",
"generate-schema-types": "yarn workspace @cardano-ogmios/schema run generate-schema-types",
"lint": "yarn workspaces run lint",
"mainnet:up": "docker-compose --project-directory ../.. -p ogmios-mainnet up",
"mainnet:up": "docker-compose --project-directory ../.. -p ogmios-mainnet up -d",
"mainnet:down": "docker-compose --project-directory ../.. -p ogmios-mainnet down",
"repl:pkg": "yarn workspace @cardano-ogmios/repl run pkg",
"repl:start": "yarn workspace @cardano-ogmios/repl run start",
"test": "yarn workspaces run test",
"testnet:up": "OGMIOS_PORT=1338 NETWORK=testnet docker-compose --project-directory ../.. -p ogmios-testnet up",
"testnet:up": "OGMIOS_PORT=1338 NETWORK=testnet docker-compose --project-directory ../.. -p ogmios-testnet up -d",
"testnet:down": "docker-compose --project-directory ../.. -p ogmios-testnet down"
},
"devDependencies": {
Expand Down

0 comments on commit e136cdd

Please sign in to comment.