We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 646ba98 commit f01eaf2Copy full SHA for f01eaf2
.github/workflows/typescript.yml
@@ -213,7 +213,7 @@ jobs:
213
214
cd ..
215
INDEXER_ENV_FILE="$(mktemp)"
216
- pnpm --dir=scripts ts-node utils/envs.ts localnet bash | sed 's/^export //' > "$INDEXER_ENV_FILE"
+ cd scripts && pnpm run envsForIndexer localnet bash "$INDEXER_ENV_FILE" && sed -i 's/^export //' "$INDEXER_ENV_FILE" && cd ..
217
218
docker pull ghcr.io/iotaledger/iota-names/iota-names-indexer:latest
219
docker rm -f localnet-iota-names-indexer || true
0 commit comments