Add drone CI #5
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: carbon
|
||||
- name: build
|
||||
image: node:14
|
||||
commands:
|
||||
- npm install -D
|
||||
- npm run rebuild
|
||||
|
|
Loading…
Reference in a new issue