-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add build process via rollup #21
Conversation
✅ Deploy Preview for tsky canceled.
|
Using https://github.com/privatenumber/pkgroll might help with the rollup config |
Cool stuff. Will give it a shot. |
rollpkg is awesome - used it! :) |
- name: 📦 Build | ||
run: pnpm -r build | ||
|
||
# - name: 🚢 Continuous Release |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An admin would need to install the app right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep - already requested 😂
We can comment that out as soon as it's enable for this repo.
Added a build process via Rollup, tagged the core version to alpha, moved the @atproto package to a dependency and tested the build process.