Replies: 1 comment 2 replies
-
Was there an answer to this or a follow up or a workaround? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
we are experiencing an issue with
ts-patch
in our project. Sometimes the build pipelines on GitHub fail during the build step whents-patch
tries 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 likeoutDir
andbaseUrl
and 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-patch
ignore 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