Skip to content

Commit f43f935

Browse files
committed
all: more package.json cleanup
1 parent 26108c7 commit f43f935

File tree

32 files changed

+3
-36
lines changed

32 files changed

+3
-36
lines changed

tests/integration-tests/base/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/base-subgraph --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/base-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/block-handlers/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/block-handlers --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/block-handlers --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/ethereum-api-tests/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/block-handlers --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/block-handlers --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/grafted/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/grafted-subgraph --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/grafted-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/host-exports/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/host-exports --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/host-exports --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/int8/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/int8 --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/int8 --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/multiple-subgraph-datasources/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"scripts": {
6-
"codegen": "graph codegen subgraph.yaml --skip-migrations",
7-
"create:test": "graph create test/multiple-subgraph-datasources --node $GRAPH_NODE_ADMIN_URI",
6+
"codegen": "graph codegen --skip-migrations",
87
"deploy:test": "graph deploy test/multiple-subgraph-datasources --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/non-fatal-errors/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/non-fatal-errors --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/non-fatal-errors --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/overloaded-functions/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/overloaded-contract-functions --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/overloaded-contract-functions --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

tests/integration-tests/poi-for-failed-subgraph/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"private": true,
55
"scripts": {
66
"codegen": "graph codegen --skip-migrations",
7-
"create:test": "graph create test/poi-for-failed-subgraph --node $GRAPH_NODE_ADMIN_URI",
87
"deploy:test": "graph deploy test/poi-for-failed-subgraph --version-label v0.0.1 --ipfs $IPFS_URI --node $GRAPH_NODE_ADMIN_URI"
98
},
109
"devDependencies": {

0 commit comments

Comments
 (0)