Skip to content

Commit 3cd738a

Browse files
committed
remove debug
1 parent a4af2b0 commit 3cd738a

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
@@ -12,7 +12,7 @@
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=:* mocha"
1616
},
1717
"lint-staged": {
1818
"*.{js,ts}": [

0 commit comments

Comments
 (0)