Fix npm not having the dist folder #272

Merged
Vylpes merged 1 commit from feature/271-cannot-find-module into hotfix/2.4.1 2025-10-10 17:54:13 +01:00
Owner
#271
Fix npm not having the dist folder
All checks were successful
Test / build (push) Successful in 15s
86ff540800
requested review from VylpesTester 2025-09-29 18:41:14 +01:00
VylpesTester was assigned by Vylpes 2025-09-29 18:41:17 +01:00
Copilot left a comment
Member

Pull Request Overview

This PR fixes an issue where the npm package was being published without the dist folder by adding build steps to the publish workflow.

  • Adds yarn install step to ensure dependencies are available
  • Adds yarn build step to generate the dist folder before publishing

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

## Pull Request Overview This PR fixes an issue where the npm package was being published without the dist folder by adding build steps to the publish workflow. - Adds yarn install step to ensure dependencies are available - Adds yarn build step to generate the dist folder before publishing --- <sub>**Tip:** Customize your code reviews with copilot-instructions.md. <a href="/Vylpes/random-bunny/new/master/.github?filename=copilot-instructions.md" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">Create the file</a> or <a href="https://docs.github.com/en/copilot/customizing-copilot/adding-repository-custom-instructions-for-github-copilot" class="Link--inTextBlock" target="_blank" rel="noopener noreferrer">learn how to get started</a>.</sub>
Vylpes merged commit a01288f6c2 into hotfix/2.4.1 2025-10-10 17:54:13 +01:00
Vylpes deleted branch feature/271-cannot-find-module 2025-10-10 17:54:13 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: RabbitLabs/random-bunny#272
No description provided.