Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (build.sh) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
build.sh
🔨 run and visualize the build process

Getting started
For more docs please visit https://gabrielcsapo.github.io/build.sh/
Installation
npm install build.sh -gSetup
Add a build.yml file to your repo
env:
- {key}={value}
pipeline:
{key}:
- {command}
- {command}Run
Run build in your repo and wait for the output
┬ build ┬ ─ ┬ test ┬ ─ ┬ docs ┬ ─
├ npm run build ┤ ├ npm run test ┤ └ cd website && npm run build ┘
└ npm run lint ┘ └ npm run pack ┘