Skip to content

Commit

Permalink
run lerna with npx
Browse files Browse the repository at this point in the history
  • Loading branch information
DaMandal0rian committed Nov 1, 2024
1 parent 40d4e74 commit d91911c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/terraform/subql/base/scripts/install_subql_stack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ cd astral/indexers

yarn

export $(grep -v '^#' ../.env.prod | xargs) &&
export $(grep -v '^#' ../.env | xargs) &&
yarn build-dictionary &&
lerna run codegen &&
lerna run build &&
npx lerna run codegen &&
npx lerna run build &&
sudo docker compose -p prod-astral-indexers \
-f ../docker-compose.yml \
-f ../docker-compose.prod.yml \
Expand Down

0 comments on commit d91911c

Please sign in to comment.