shravan20 / flare.ts

A powerful utility library for clean code in js (npm package)
https://shravan20.github.io/flare.ts
MIT License
2 stars 6 forks source link

feat: Streamlining npm Package Publish Workflow #23

Closed shravan20 closed 11 months ago

shravan20 commented 11 months ago

Summary by CodeRabbit

coderabbitai[bot] commented 11 months ago

Walkthrough

This change introduces a GitHub Actions workflow for a Node.js package. It includes two jobs: "build" and "publish-npm". The "build" job installs dependencies and runs tests, while the "publish-npm" job, dependent on the successful completion of the "build" job, publishes the package to the npm registry.

Changes

File Summary
.github/workflows/npm-publish.yml Introduced a GitHub Actions workflow with "build" and "publish-npm" jobs for a Node.js package.

🐇💻

In the land of code where the shadows lie, A rabbit hops, its gaze held high. With each key press, a new world born, Under the glow of the electronic morn.

Build and publish, tasks anew, In the realm of ones and twos. Celebrate this change, oh so grand, Crafted by the coder's hand. 🎉🥕

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.