-
-
Notifications
You must be signed in to change notification settings - Fork 4
build: remove --strip
flag
#44
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
Conversation
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (2)
- package.json: Language not supported
- pnpm-lock.yaml: Language not supported
WalkthroughThe pull request updates the build commands and dependency versions in the project’s package file. The modifications remove the Changes
Poem
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (2)
package.json (2)
12-17
: Update Build Scripts: Removal of the--strip
FlagThe
build
andbuild:debug
scripts no longer include the--strip
flag. This change appears intentional per the PR objective. However, please verify that excluding the flag does not inadvertently increase binary sizes or leak debug symbols in production builds.
18-25
: Bump Dependency VersionsThe versions for
@types/node
andemnapi
have been updated to^22.13.14
and^1.4.0
, respectively. Ensure that these upgrades have been tested for compatibility with the rest of the codebase and check the release notes for any potential breaking changes.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yaml
is excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (1)
package.json
(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: Test (windows-latest)
Summary by CodeRabbit