π¨ 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 β