-
Notifications
You must be signed in to change notification settings - Fork 3
bun -> rush #62
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
Merged
Merged
bun -> rush #62
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
0399190
bun -> rush
kristina-fefelova b2240fd
fix
kristina-fefelova cc9fdae
fix
kristina-fefelova c4d1cd7
fix
kristina-fefelova 091f688
Update README.md
kristina-fefelova cf4420d
Update README.md
kristina-fefelova 30b1e6e
Update common/config/rush/.npmrc
kristina-fefelova 8a46f29
Fix lint
kristina-fefelova b489b6d
fix
kristina-fefelova aad65d2
fix
kristina-fefelova 45ca7fd
fix
kristina-fefelova 921880f
fix
kristina-fefelova File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| # Don't allow people to merge changes to these generated files, because the result | ||
| # may be invalid. You need to run "rush update" again. | ||
| pnpm-lock.yaml merge=text | ||
| shrinkwrap.yaml merge=binary | ||
| npm-shrinkwrap.json merge=binary | ||
| yarn.lock merge=binary | ||
|
|
||
| # Rush's JSON config files use JavaScript-style code comments. The rule below prevents pedantic | ||
| # syntax highlighters such as GitHub's from highlighting these comments as errors. Your text editor | ||
| # may also require a special configuration to allow comments in JSON. | ||
| # | ||
| # For more information, see this issue: https://github.com/microsoft/rushstack/issues/1088 | ||
| # | ||
| *.json linguist-language=JSON-with-Comments |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,27 +1,34 @@ | ||
| ## 📡 Platform Communication Package | ||
|
|
||
| A modular communication package for platform-level messaging — | ||
| built with [Bun](https://bun.sh). | ||
| built with [Rush](https://rushjs.io/). | ||
|
|
||
| --- | ||
|
|
||
| ### 📦 Installation | ||
|
|
||
| Install dependencies using Bun: | ||
| Install rush: | ||
|
|
||
| ```bash | ||
| bun install | ||
| npm install -g @microsoft/rush | ||
| ``` | ||
|
|
||
| Install dependencies: | ||
|
|
||
| ```bash | ||
| rush update | ||
| ``` | ||
|
|
||
| ### Build packages | ||
|
|
||
| ```bash | ||
| bun run build | ||
| rush build | ||
| rush validate | ||
| ``` | ||
|
|
||
| ### Lint & format | ||
|
|
||
| ```bash | ||
| bun run lint | ||
| bun run format | ||
| rush lint | ||
| rush format | ||
| ``` |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.