Add drone CI #5

Merged
bad merged 9 commits from drone into princess 2020-10-20 09:49:56 +00:00
Showing only changes of commit a5280f73f1 - Show all commits

Switch to alpine-node instead of node container
All checks were successful
continuous-integration/drone/push Build is passing

Bad 2020-10-19 16:54:42 +02:00

View file

@ -4,7 +4,7 @@ name: default
steps:
- name: build
image: node:14
image: node:current-alpine3.12
commands:
- npm install -D
- npm run rebuild