We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d4e74 commit d91911cCopy full SHA for d91911c
templates/terraform/subql/base/scripts/install_subql_stack.sh
@@ -65,10 +65,10 @@ cd astral/indexers
65
66
yarn
67
68
-export $(grep -v '^#' ../.env.prod | xargs) &&
+export $(grep -v '^#' ../.env | xargs) &&
69
yarn build-dictionary &&
70
-lerna run codegen &&
71
-lerna run build &&
+npx lerna run codegen &&
+npx lerna run build &&
72
sudo docker compose -p prod-astral-indexers \
73
-f ../docker-compose.yml \
74
-f ../docker-compose.prod.yml \
0 commit comments