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 1515 "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}" ,
1616 "all" : " npm run build && npm run create && npm run deploy" ,
1717 "stop-test-stack" : " cd test-stack && docker compose down --remove-orphans --volumes" ,
18- "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" ,
18+ "start-test-stack" : " npm run generate:typechain & 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" ,
1919 "itest" : " NETWORK_NAME=${NETWORK_NAME:-bellecour} mocha"
2020 },
2121 "lint-staged" : {
You can’t perform that action at this time.
0 commit comments