docs: add steps to package packages and reference for local development#2437
Merged
docs: add steps to package packages and reference for local development#2437
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2437 +/- ##
=======================================
Coverage 93.02% 93.02%
=======================================
Files 40 40
Lines 11127 11127
Branches 713 713
=======================================
Hits 10351 10351
Misses 764 764
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
zimeg
commented
Nov 18, 2025
Member
Author
zimeg
left a comment
There was a problem hiding this comment.
📬 A note to kind reviewers from before now!
|
|
||
| We have included `launch.json` files that store configuration for `vscode` debugging in each package. This allows you to set breakpoints in test files and interactively debug. Open the project in `vscode` and navigate to the debug screen on the left sidebar. The icon for it looks like a little lock bug with an x inside. At the top in `vscode`, select the configuration to run and press the green play icon to start debugging. Alternatively, on mac, you can press `cmd + shift + d` to get to the debug screen and `F5` to start debugging. If you are using `vscode` debugging, don't forget to lint the source (`npm run lint`) manually. | ||
|
|
||
| ### 🧰 Local Development |
Member
Author
There was a problem hiding this comment.
👁️🗨️ note: Hoping to have similar reference as @slack/bolt reference:
Member
Author
There was a problem hiding this comment.
🪬 praise: Thanks too to @srtaalej for suggesting these addition!
Member
Author
|
@WilliamBergamin I share celebration for perhaps more clear commands and kind reminders! 📚 ✨ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the maintainer's guide with instructions to compile and install packages and documentation for local development! 📚
Requirements