Skip to content

🔧 update: simplify build script by removing unnecessary flag - #6

Merged
warengonzaga merged 1 commit into
devfrom
fix/installation-issue
May 13, 2026
Merged

🔧 update: simplify build script by removing unnecessary flag#6
warengonzaga merged 1 commit into
devfrom
fix/installation-issue

Conversation

@warengonzaga

Copy link
Copy Markdown
Owner

Summary

This PR simplifies the build script by removing an unnecessary flag, which helps streamline the build process and reduces complexity.

Changes

  • Removed the --packages external flag from the build script in package.json.

Test Plan

  • Run the build script to ensure it completes successfully without the removed flag.
  • Verify that the application functions correctly after building.

Copilot AI review requested due to automatic review settings May 13, 2026 08:16
@github-actions

Copy link
Copy Markdown

🔀 Pull Request Build

Pre-release package for testing PR changes

📦 Package Information

  • Package: github-labels-template
  • Version: 0.9.2-pr.1ceac3f
  • Dist-tag: pr

📥 Installation Instructions

NPM Registry

npm install github-labels-template@0.9.2-pr.1ceac3f
npm install github-labels-template@pr  # Use dist-tag

View on NPM Registry

GitHub Packages

npm install @warengonzaga/github-labels-template@0.9.2-pr.1ceac3f
npm install @warengonzaga/github-labels-template@pr  # Use dist-tag

✨ Auto-scoped as @warengonzaga/github-labels-template (from repository owner)

View on GitHub Packages

🔒 Security Audit

No vulnerabilities found


This package was built automatically by the Package Build Flow action.

@github-actions

Copy link
Copy Markdown

🔀 Pull Request Build

Pre-release package for testing PR changes

📦 Package Information

  • Package: github-labels-template
  • Version: 0.9.2-pr.1ceac3f
  • Dist-tag: pr

📥 Installation Instructions

⚠️ Package was not published to any registry.

🔒 Security Audit

No vulnerabilities found


This package was built automatically by the Package Build Flow action.

@warengonzaga
warengonzaga merged commit 3fa0148 into dev May 13, 2026
4 checks passed
@warengonzaga
warengonzaga deleted the fix/installation-issue branch May 13, 2026 08:18

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the project’s Bun build command by removing the --packages external flag in package.json, aiming to simplify the build pipeline for the Node-targeted CLI distribution.

Changes:

  • Updated the build script to drop --packages external from the bun build command.

Comment thread package.json
],
"scripts": {
"build": "bun build src/index.ts --outfile dist/index.js --target node --packages external",
"build": "bun build src/index.ts --outfile dist/index.js --target node",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants