www-new/buildkite/pipeline.yml

17 lines
244 B
YAML

agents:
npm: true
steps:
- label: "Install deps"
command: "npm install"
- wait
- label: "Lint"
command: "npm run lint"
- label: "Type check"
command: "npm run typecheck"
- label: "Build"
command: "npm run build"