Replies: 2 comments 3 replies
-
|
Was there an answer to this or a follow up or a workaround? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
This should be fixed in the latest version (v3.3.0) . Let me know if not, otherwise, we can close this out |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
we are experiencing an issue with
ts-patchin our project. Sometimes the build pipelines on GitHub fail during the build step whents-patchtries to delete some lock files that seem to be missing. Everything works fine locally, and it usually works fine on GitHub, too.We haven't built anything fancy, it's just
yarn build, wich runstspc --project tsconfig.build.json, and the config file has basic options likeoutDirandbaseUrland enablestypescript-plugin-styled-components.So, I'm a bit lost trying to figure out what's going on here, and I'd really appreciate someone pointing me in right direction.
Is there maybe a way to make
ts-patchignore missing lock files when it just wants to delete them anyway?Thank you
This is the error message we are getting:
Beta Was this translation helpful? Give feedback.
All reactions