pocketbase-typegen icon indicating copy to clipboard operation
pocketbase-typegen copied to clipboard

add bun support

Open vaaski opened this issue 1 year ago • 2 comments

resolves #79

vaaski avatar Sep 10 '23 09:09 vaaski

Little question on the side; aren't you supposed to not push the dist into your repo?

vaaski avatar Sep 10 '23 11:09 vaaski

(off topic)

Little question on the side; aren't you supposed to not push the dist into your repo?

@vaaski Whether or not you push your build output to the repo is entirely dependent on how your build and release flow looks. However my personal opinion is that it's better to build the code in the release flow since it means that there's less clutter in the repo and no risk of forgetting to build the project.

@patmood If you want any support in automating the release a bit more feel free to reach out. I just implemented semantic-release in my own project and it's working very well so far.

scriptcoded avatar Oct 25 '23 14:10 scriptcoded