Skip to content

add prepare script to package.json - #2536

Merged
tanem merged 3 commits into
tanem:masterfrom
alioguzhan:alioguzhan-patch-1
Oct 12, 2025
Merged

add prepare script to package.json#2536
tanem merged 3 commits into
tanem:masterfrom
alioguzhan:alioguzhan-patch-1

Conversation

@alioguzhan

Copy link
Copy Markdown
Contributor

This will allow us to use this package from Github repository. We need either this script, or we should put compiled version (dist folder) into the repository.

alioguzhan and others added 3 commits December 24, 2024 12:53
This will allow us to use this package from Github repository. We need either this script, or we should put compiled version (`dist` folder) into the repository.
Copilot AI review requested due to automatic review settings October 12, 2025 02:41

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 adds a prepare script to package.json that will automatically build the package when it's installed from a GitHub repository. This enables consumption of the package directly from source without requiring the compiled dist folder to be committed to the repository.

Key Changes

  • Added prepare script that runs npm run build automatically during package installation

@tanem tanem added the internal label Oct 12, 2025
@tanem

tanem commented Oct 12, 2025

Copy link
Copy Markdown
Owner

Thanks for the contribution @alioguzhan 🙏 Merging.

@tanem
tanem merged commit 1b60313 into tanem:master Oct 12, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants