Skip to content

Conversation

lumirlumir
Copy link
Owner

This pull request adds a build step to the publish workflow in .github/workflows/publish.yml to ensure the project is built before publishing.

Workflow improvements:

  • Added a Build step that runs npm run build --if-present prior to publishing the package, ensuring any necessary build artifacts are generated before the publish step.

@Copilot Copilot AI review requested due to automatic review settings October 11, 2025 15:23
@vercel
Copy link

vercel bot commented Oct 11, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
npm-clang-format-node-website Ready Ready Preview Comment Oct 11, 2025 3:23pm

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Adds a build step to the GitHub Actions publish workflow to ensure the project is built before package publishing.

  • Added a "Build" step that runs npm run build --if-present before the publish step
  • Ensures build artifacts are generated prior to package publication

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@github-actions github-actions bot added 🏷️ scope: * Auto-generated label based on Conventional Commits specification for GitHub release notes 🏷️ type: ci Auto-generated label based on Conventional Commits specification for GitHub release notes labels Oct 11, 2025
@github-actions
Copy link

Labels have been automatically applied based on the Conventional Commits specification.🏷️

@codecov
Copy link

codecov bot commented Oct 11, 2025

Bundle Report

Bundle size has no change ✅

@codecov
Copy link

codecov bot commented Oct 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (ba30607) to head (35d02e2).
⚠️ Report is 1 commits behind head on main.

@@            Coverage Diff            @@
##              main      #486   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           11        11           
  Lines          424       424           
=========================================
  Hits           424       424           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba30607...35d02e2. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@lumirlumir lumirlumir merged commit 1e59beb into main Oct 11, 2025
52 checks passed
@lumirlumir lumirlumir deleted the ci-add-build-step-before-publishing-package branch October 11, 2025 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🏷️ scope: * Auto-generated label based on Conventional Commits specification for GitHub release notes 🏷️ type: ci Auto-generated label based on Conventional Commits specification for GitHub release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant