-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Windows compat #612
Windows compat #612
Conversation
🦋 Changeset detectedLatest commit: ca0ddc0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, it's a way 👍
- Should we ensure the non-usage of "node path"?
- Should we add a windows CI as well?
- What about the Glob topic? (I didn't pull things locally, maybe it's working)
* create path package * centralize import path logic * comments * remove os from runtime * add windows e2e test to workflow * add runs-on back * missing strategy key? * no need for ubuntu AND osx * add logs * some logs * so it begins * who cares * a * log dir contents * b * c * d * e * mkdir before build * glob needs unix paths * use os for playwright cache key * pnpm cache use matrix * remove ci caching * pnpm playwright * @playwright/test as top level dep * add cache back * changeset * copy over changes * add playwright cache check back * move glob to local fs * remove unused imports * remove unused imports * use default glob export * fix glob import in typedefs * remove playwright cache * more unused imports * fix sponsor link
Fixes #592
This PR is a slightly different approach to the windows compatibility issue than the original #605.
To help everyone out, please make sure your PR does the following:
pnpm run tests
andcd integration && pnpm run tests
pnpm changeset