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 a4af2b0 commit 3cd738aCopy full SHA for 3cd738a
package.json
@@ -12,7 +12,7 @@
12
"create": "graph create ${NETWORK_NAME:-bellecour}/poco --node ${GRAPHNODE_URL:-http://localhost:8020}",
13
"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}",
14
"deploy:all": "npm run build && npm run create && npm run deploy",
15
- "itest": "DEBUG=* mocha"
+ "itest": "DEBUG=:* mocha"
16
},
17
"lint-staged": {
18
"*.{js,ts}": [
0 commit comments