🔨 run and visualize the build process
For more docs please visit https://gabrielcsapo.github.io/build.sh/
npm install build.sh -g
Add a build.yml file to your repo
env:
- {key}={value}
pipeline:
{key}:
- {command}
- {command}
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 ┘