Skip to content

Commit

Permalink
fix: yarn codegen script
Browse files Browse the repository at this point in the history
- use `ts-blank-space` since `tsx` is no longer in `node_modules/.bin`
- prefer yarn command instead of standalone script
  • Loading branch information
0xpatrickdev committed Nov 13, 2024
1 parent 28c56e2 commit 3a01383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestration/scripts/fetch-chain-info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env tsx
#!/usr/bin/env TS_BLANK_SPACE_EMIT=false node --import ts-blank-space/register
/** @file Fetch canonical chain info to generate the minimum needed for agoricNames */
import { ChainRegistryClient } from '@chain-registry/client';
import fsp from 'node:fs/promises';
Expand Down

0 comments on commit 3a01383

Please sign in to comment.