File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 "test:unit" : " graph test unit" ,
1414 "test:e2e" : " mocha tests/e2e/**/*.ts" ,
1515 "coverage" : " graph test -- -c" ,
16- "create" : " dotenv -e .env -- sh -c 'graph create ${NETWORK_NAME:-bellecour}/ poco --node ${GRAPHNODE_URL:-http://localhost:8020}'" ,
17- "deploy" : " dotenv -e .env -- sh -c 'graph deploy ${NETWORK_NAME:-bellecour}/ poco --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --network ${NETWORK_NAME:-bellecour} --version-label ${VERSION_LABEL:-bellecour/poco-v5 }'" ,
16+ "create" : " dotenv -e .env -- sh -c 'graph create ${NETWORK_NAME:-bellecour}${DEPLOY_ENV:-/} poco-v5 --node ${GRAPHNODE_URL:-http://localhost:8020}'" ,
17+ "deploy" : " dotenv -e .env -- sh -c 'graph deploy ${NETWORK_NAME:-bellecour}${DEPLOY_ENV:-/} poco-v5 --node ${GRAPHNODE_URL:-http://localhost:8020} --ipfs ${IPFS_URL:-http://localhost:5001} --network ${NETWORK_NAME:-bellecour} --version-label ${VERSION_LABEL:-dev }'" ,
1818 "deploy-studio" : " dotenv -e .env -- sh -c 'graph deploy ${SUBGRAPH_SLUG} --deploy-key ${SUBGRAPH_DEPLOY_KEY} --network ${SUBGRAPH_NETWORK_NAME} --version-label ${VERSION_LABEL}'" ,
1919 "all" : " npm run build && npm run create && npm run deploy" ,
2020 "stop-test-stack" : " cd test-stack && docker compose down --remove-orphans --volumes" ,
5858 "dependencies" : {
5959 "@iexec/poco" : " ^5.5.0"
6060 }
61- }
61+ }
You can’t perform that action at this time.
0 commit comments