DEV Community

Celiz Matias
Celiz Matias

Posted on

NPM package deploy

My Workflow

Node.js package deploy

Submission Category: DIY Deployments

Yaml File or Link to Code

GitHub logo G33N / rn-ui-kit

UI library

rn-ui-kit

This repository is part of "Building a scalable APP with multi-module architecture"

What is a library?

  • Is a piece of business logic code that should be shared

Tree

├── src                            Module code
├── test                           Unit test
├── package.json                   Module dependencies
└── module.ts                      Module entry point



How works

This workflow run ci and unit test publish a npm package on push or pull request to master branch only if the job build run successful all the steps and pass the coverage requirements.

https://www.npmjs.com/package/@g33n/rn-ui-kit

Top comments (0)