-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
✨ feat: Run on windows with cache #1161
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
file path management |
Resources on building files in win32 fs with tsup
Reported issue: |
|
Error is occurring specifically here: TSUP is using a library called globby, which isn't handling windows paths properly, despite TSUP not having an issue (,: going to try and figure out what to do here Additionally seems like this issue requires us to use only forward slashes (,: |
NOTE:We need to update synpress-cache npm package and versioning in package.json before we merge this |
Motivation and context
Add support for using Cache on x86 Windows OS
Does it fix any issue?
SYN-126
Other useful info
Quality checklist