Lightweight, Simple, Configuable builder
Download from https://github.com/common-creation/lscbuild/releases and unarchive tar.gz.
Require: go 1.18+
go install github.com/common-creation/lscbuild/cmd/lscbuild@latest
For more information, please see wiki
https://github.com/common-creation/lscbuild/wiki/YAML-structure
version: 1
jobs:
build:
steps:
- cmd: rm -rf node_modules
if:
- directory:
exists: ./node_modules
- cmd: yarn install --frozen-lockfile
- cmd: yarn build