Skip to content

Commit 508680d

Browse files
committed
debug option to have testcontainer logs
1 parent 83ba20f commit 508680d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"create": "graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}",
1313
"deploy": "graph deploy ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --version-label ${VERSION_LABEL:-bellecour/poco-v5}",
1414
"deploy:all": "npm run build && npm run create && npm run deploy",
15-
"itest": "DEBUG=:* mocha"
15+
"itest": "DEBUG=testcontainers:* mocha"
16+
1617
},
1718
"lint-staged": {
1819
"*.{js,ts}": [

0 commit comments

Comments
 (0)