From e13a8b358043c5fb51f17a14d8cc4cc12e934548 Mon Sep 17 00:00:00 2001 From: Albert Folch Date: Wed, 18 Oct 2023 18:18:19 +0200 Subject: [PATCH] chore: change test script --- packages/subgraph/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/subgraph/package.json b/packages/subgraph/package.json index ea8835040..d16453222 100644 --- a/packages/subgraph/package.json +++ b/packages/subgraph/package.json @@ -32,6 +32,6 @@ "deploy:staging:goerli": "npm run manifest:staging:goerli && graph deploy --node https://api.thegraph.com/deploy/ --product hosted-service --ipfs https://api.thegraph.com/ipfs/ bosonprotocol/goerli-staging", "deploy:production": "npm run manifest:production && graph deploy --node https://api.thegraph.com/deploy/ --product hosted-service --ipfs https://api.thegraph.com/ipfs/ bosonprotocol/polygon", "deploy:production:ethereum": "npm run manifest:production:ethereum && graph deploy --node https://api.thegraph.com/deploy/ --product hosted-service --ipfs https://api.thegraph.com/ipfs/ bosonprotocol/ethereum", - "test": "npm run manifest:local && graph test" + "test": "npm run manifest:local && graph test -v 0.5.4" } }