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

Fix relative paths for codegen after monorepo setup #99

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

kmagiera
Copy link
Collaborator

@kmagiera kmagiera commented Sep 4, 2024

After monorepo setup has been added, the codegen stopped working because of relative paths refering to the locations from before the monorepo change.

This PR fixes the relative paths such that they refer to the new, updated location taking into account the changed structure of the repo.

Test plan

  1. run yarn codegen in packages/webgpu folder
  2. before this change it'd complain about missing files
  3. the script passes after applying this change

@wcandillon
Copy link
Owner

nice thanks :)

@wcandillon wcandillon merged commit 759ecfa into main Sep 5, 2024
5 of 6 checks passed
@kmagiera kmagiera deleted the kmagiera/fix-paths-after-monorepo branch September 5, 2024 15:24
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.

2 participants