Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change export-generating script to use exec util over shelljs #19979

Merged
merged 1 commit into from
Nov 28, 2022

Conversation

ndelangen
Copy link
Member

@ndelangen ndelangen commented Nov 28, 2022

Issue:
I’m getting some build to fail over git diffs on generated code.
Code that should be generated during a pre command ran when a package is bundled.
Somehow the command isn’t awaited on? Or something else is failing, but not being detected.
Re-running the CI job works, but there’s some sort of race condition for sure.

What I did

I changed the code so it uses our exec util from scripts.
I probably should move this localized script into the scripts directory?

I did not change the one in lib/preview, because it's about to get deleted:
#19978

@ndelangen ndelangen added the build Internal-facing build tooling & test updates label Nov 28, 2022
@ndelangen ndelangen self-assigned this Nov 28, 2022
@ndelangen ndelangen merged commit 279053c into next Nov 28, 2022
@ndelangen ndelangen deleted the tech/fix-async-exports-file-generation-script branch November 28, 2022 09:45
@tmeasday
Copy link
Member

LGTM, not sure why it would have broken but change seems good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Internal-facing build tooling & test updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants