Replies: 1 comment
-
fix: removing |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to extend and change
@zenstackhq/runtime
in a forkrunning script build
pnpm build
in the 2th and more times inzenstack/packages/runtime
results inerror TS5055: Cannot write file 'dist/index.d.ts' because it would overwrite input file.
error:i also noticed that removing
"directory": "dist"
frompublishConfig
inpackage.json
file solves this issue.this issue does not happen in @zenstackhq/server for example. for completeness, this happens on this branch:
https://github.com/Eliav2/zenstack/tree/ft/Transactions-API
any ideas why this happens and how to solve it?
Beta Was this translation helpful? Give feedback.
All reactions