forked from www/www-new
parent
6a25e28cef
commit
2fbe623e7f
@ -0,0 +1,17 @@ |
||||
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" |
Loading…
Reference in new issue