Skip to content

Commit d5b0af5

Browse files
committed
fix: update test:unit script to include 'unit' argument for clarity
1 parent 71a8ab6 commit d5b0af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate:typechain": "typechain --target ethers-v6 --out-dir generated/typechain './node_modules/@iexec/poco/build/contracts/*.json' --ts-nocheck",
1010
"build": "rm -rf generated && rm -rf build && npm run generate:typechain && graph codegen && graph build --network ${NETWORK_NAME:-bellecour}",
1111
"test": "npm run test:unit && npm run test:e2e",
12-
"test:unit": "graph test",
12+
"test:unit": "graph test unit",
1313
"test:e2e": "mocha",
1414
"coverage": "graph test -- -c",
1515
"create": "graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}",

0 commit comments

Comments
 (0)