🔨 run and visualize the build process
npm install build.sh> 🔨 run and visualize the build process
> For more docs please visit
``bash`
npm install build.sh -g
Add a build.yml file to your repo
`yaml`
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 ┘