My Workflow
Node.js package deploy
Submission Category: DIY Deployments
Yaml File or Link to Code
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.
Top comments (0)