Skip to content

Conversation

@dijanin-brat
Copy link
Contributor

We want to fetch Inventory Config from remote repository during build time so that relayer can use it later.

@dijanin-brat dijanin-brat self-assigned this Jan 12, 2026
RUN yarn

RUN yarn build
RUN yarn update-inventory-config
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dijanin-brat For the address filter, we run as a part of the postinstall target. Is there a reason we want to do update-inventory-config here vs. there?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing why i moved it here is that, if we put it in postinstall it will not work if someone does yarn install locally and doesn't have GITHUB_TOKEN ENV setup. That is basically the only reason to move it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants