File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
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}${DEPLOY_ENV:-/ }poco-v5 --node ${GRAPHNODE_URL:-http://localhost:8020}'" ,
16+ "create" : " dotenv -e .env -- sh -c 'graph create ${NETWORK_NAME:-bellecour}/ ${DEPLOY_ENV:+$DEPLOY_ENV- }poco-v5 --node ${GRAPHNODE_URL:-http://localhost:8020}'" ,
1717 "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" ,
You can’t perform that action at this time.
0 commit comments