Skip to content

Commit

Permalink
fix: add graph build step to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Jun 17, 2024
1 parent 3538a27 commit f3efed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"create-local": "graph create --node http://localhost:8020/ network-monitoring-subgraph",
"remove-local": "graph remove --node http://localhost:8020/ network-monitoring-subgraph",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 network-monitoring-subgraph",
"test": "yarn && yarn codegen && graph test",
"test": "yarn && yarn codegen && graph build --network arbitrum-sepolia && graph test",
"deploy-arbitrum-sepolia": "yarn && yarn codegen && graph build --network arbitrum-sepolia && graph deploy --studio network-monitoring-subgraph"
},
"dependencies": {
Expand Down

0 comments on commit f3efed3

Please sign in to comment.