Skip to content

Commit b4164b7

Browse files
authored
remove patch (#522)
* remove patch * bump v
1 parent 8b8ccba commit b4164b7

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ services:
2626
GRAPH_GRAPHQL_MAX_FIRST: '1000'
2727

2828
ipfs:
29-
image: daostack/test-env-ipfs:3.0.36
29+
image: daostack/test-env-ipfs:3.0.38
3030
ports:
3131
- 5001:5001
3232

3333
postgres:
34-
image: daostack/test-env-postgres:3.0.36
34+
image: daostack/test-env-postgres:3.0.38
3535
ports:
3636
- 9432:5432
3737
environment:
3838
POSTGRES_PASSWORD: 'letmein'
3939

4040
ganache:
41-
image: daostack/test-env-ganache:3.0.36
41+
image: daostack/test-env-ganache:3.0.38
4242
ports:
4343
- 8545:8545

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@daostack/arc.js",
3-
"version": "0.2.71",
3+
"version": "0.2.72",
44
"description": "",
55
"keywords": [],
66
"main": "dist/lib/index.js",
@@ -33,8 +33,7 @@
3333
"test": "jest --runInBand --forceExit",
3434
"test:watch": "jest --watch",
3535
"tslint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",
36-
"test-env-up": "./test-env-up.sh",
37-
"test-env-patch": "cd node_modules/@daostack/subgraph-test-env && npm i && npm run deploy && cd ../../../"
36+
"test-env-up": "./test-env-up.sh"
3837
},
3938
"jest": {
4039
"transform": {

test-env-up.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,3 @@ docker-compose up -d graph-node
44
./scripts/wait-for-it.sh 127.0.0.1:8545
55
./scripts/wait-for-it.sh 127.0.0.1:8000
66
./scripts/wait-for-it.sh 127.0.0.1:8020
7-
sleep 60
8-
cd node_modules/@daostack/subgraph-test-env
9-
npm i
10-
npm run deploy && cd ../../../

0 commit comments

Comments
 (0)