Add drone CI #5

Merged
bad merged 9 commits from drone into princess 2020-10-20 09:49:56 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 2627de72ca - Show all commits

View File

@ -1,10 +1,10 @@
---
kind: pipeline kind: pipeline
type: exec type: docker
name: default name: default
steps: steps:
- name: carbon - name: build
image: node:14
commands: commands:
- npm install -D - npm install -D
- npm run rebuild - npm run rebuild