Version Packages

This commit is contained in:
github-actions[bot]
2023-10-10 15:51:06 +00:00
parent 3a786310b1
commit 82b811c98b
5 changed files with 17 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
---
"reacord": patch
---
distribute d.ts files again instead of the source
distributing the source causes typecheck errors when the modules it imports from (in this case, `@reacord/helpers`) don't exist in the end users' projects, so we'll just distribute d.ts files instead like normal. failed experiment :(