Skip to content

Commit fa14ee1

Browse files
committed
fix: ensure typechain generation runs before starting test stack
1 parent b43fd3a commit fa14ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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": {

0 commit comments

Comments
 (0)