This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reference to rollups-inspect-server image
- Loading branch information
Showing
4 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "echo-test", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Tests for Echo DApp", | ||
"author": "Victor Yves Crispim <[email protected]>", | ||
"license": "Apache-2.0", | ||
|
@@ -14,7 +14,7 @@ | |
"startEnvironment:prod": "cd .. && docker-compose -f ../docker-compose.yml -f docker-compose.override.yml up -d", | ||
"startEnvironment:host": "cd .. && docker-compose -f ../docker-compose.yml -f docker-compose.override.yml -f ../docker-compose-host.yml up -d && cd test", | ||
"stopEnvironment": "cd .. && docker-compose -f ../docker-compose.yml -f docker-compose.override.yml down -v", | ||
"saveLogs":"saveLogs () { mkdirp logs && docker-compose -f ../../docker-compose.yml -f ../docker-compose.override.yml logs --timestamps --no-log-prefix --no-color $1 > logs/$1.log; }; saveLogs", | ||
"saveLogs": "saveLogs () { mkdirp logs && docker-compose -f ../../docker-compose.yml -f ../docker-compose.override.yml logs --timestamps --no-log-prefix --no-color $1 > logs/$1.log; }; saveLogs", | ||
"pretest:prod": "yarn prepareEnvironment && yarn startEnvironment:prod", | ||
"pretest:host": "yarn prepareEnvironment && yarn startEnvironment:host && yarn startBackend", | ||
"pretest:ci": "yarn generateTypes && yarn setupConsole && yarn startEnvironment:prod", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "frontend-console", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Simple console front-end for Cartesi DApp", | ||
"author": "Danilo Tuler <[email protected]>", | ||
"license": "Apache-2.0", | ||
|