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 1616 "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}" ,
1717 "all" : " npm run clean && npm run codegen && npm run build && npm run create && npm run deploy" ,
1818 "stop-test-stack" : " cd test-stack && docker compose down --remove-orphans --volumes" ,
19- "start-test-stack" : " npm run stop-test-stack && cd test-stack && NETWORK_NAME=${NETWORK_NAME:-bellecour} node prepare-test-env.js && docker compose build && NETWORK_NAME=${NETWORK_NAME:-bellecour} docker compose up -d" ,
19+ "start-test-stack" : " npm run stop-test-stack && cd test-stack && export NETWORK_NAME=${NETWORK_NAME:-bellecour} && node prepare-test-env.js && docker compose build && docker compose up -d" ,
2020 "itest" : " NETWORK_NAME=${NETWORK_NAME:-bellecour} mocha"
2121 },
2222 "lint-staged" : {
You can’t perform that action at this time.
0 commit comments