Skip to content

Commit e83569a

Browse files
committed
get back all vesion
1 parent e4a0c39 commit e83569a

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

.mocharc.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
2-
"extension": [
3-
"ts"
4-
],
2+
"extension": ["ts"],
53
"spec": "itest/**/*.ts",
6-
"require": [
7-
"ts-node/register"
8-
],
9-
"timeout": 1000000
10-
}
4+
"require": ["ts-node/register"],
5+
"timeout": 600000
6+
}

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ COPY schema.graphql .
66
COPY subgraph.template.yaml .
77
COPY networks.json .
88
COPY src src
9-
ENTRYPOINT [ "npm", "run", "deploy:all" ]
9+
ENTRYPOINT [ "npm", "run", "deploy:all" ]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"create": "graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}",
1414
"deploy": "graph deploy ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --version-label ${VERSION_LABEL:-bellecour/poco-v5}",
1515
"deploy:all": "npm run build && npm run create && npm run deploy",
16-
"all-local-test": "npm run build:local-test && npm run create && npm run deploy",
16+
"deploy:all-local-test": "npm run build:local-test && npm run create && npm run deploy",
1717
"itest": "DEBUG=testcontainers:* mocha",
1818
"stop-test-stack": "cd test-stack && docker compose down --remove-orphans --volumes",
1919
"start-test-stack": "npm run stop-test-stack && cd test-stack && docker compose build && docker compose up -d"

0 commit comments

Comments
 (0)