Skip to content

Commit d91911c

Browse files
committed
run lerna with npx
1 parent 40d4e74 commit d91911c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/terraform/subql/base/scripts/install_subql_stack.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ cd astral/indexers
6565

6666
yarn
6767

68-
export $(grep -v '^#' ../.env.prod | xargs) &&
68+
export $(grep -v '^#' ../.env | xargs) &&
6969
yarn build-dictionary &&
70-
lerna run codegen &&
71-
lerna run build &&
70+
npx lerna run codegen &&
71+
npx lerna run build &&
7272
sudo docker compose -p prod-astral-indexers \
7373
-f ../docker-compose.yml \
7474
-f ../docker-compose.prod.yml \

0 commit comments

Comments
 (0)