We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a8ab6 commit d5b0af5Copy full SHA for d5b0af5
package.json
@@ -9,7 +9,7 @@
9
"generate:typechain": "typechain --target ethers-v6 --out-dir generated/typechain './node_modules/@iexec/poco/build/contracts/*.json' --ts-nocheck",
10
"build": "rm -rf generated && rm -rf build && npm run generate:typechain && graph codegen && graph build --network ${NETWORK_NAME:-bellecour}",
11
"test": "npm run test:unit && npm run test:e2e",
12
- "test:unit": "graph test",
+ "test:unit": "graph test unit",
13
"test:e2e": "mocha",
14
"coverage": "graph test -- -c",
15
"create": "graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}",
0 commit comments