Skip to content

Commit

Permalink
chore: change test script
Browse files Browse the repository at this point in the history
  • Loading branch information
albertfolch-redeemeum committed Oct 18, 2023
1 parent eccca7c commit e13a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit e13a8b3

Please sign in to comment.