forked from cadence/Carbon
Drone (1)
This commit is contained in:
parent
352084b4df
commit
bdde6a5413
1 changed files with 10 additions and 0 deletions
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: carbon
|
||||
commands:
|
||||
- npm install -D
|
||||
- npm run rebuild
|
Loading…
Reference in a new issue