Updated build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Nathan Kellenicki 2021-08-29 20:35:21 -07:00
parent 0e5f94e189
commit 671c2d21db
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ pipeline:
commands: commands:
- apt-get update - apt-get update
- apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev - apt-get install -y bluetooth bluez libbluetooth-dev libudev-dev
- git submodule update --init
- npm install - npm install
build: build:

View File

@ -1,5 +1,6 @@
[![Drone](https://drone.kellenicki.com/api/badges/nkellenicki/node-poweredup/status.svg)](https://drone.kellenicki.com/nkellenicki/node-poweredup) [![Drone](https://drone.kellenicki.com/api/badges/nkellenicki/node-poweredup/status.svg)](https://drone.kellenicki.com/nkellenicki/node-poweredup)
[![NPM Version](https://img.shields.io/npm/v/node-poweredup.svg?style=flat)](https://www.npmjs.com/package/node-poweredup) [![NPM Version](https://img.shields.io/npm/v/node-poweredup.svg?style=flat)](https://www.npmjs.com/package/node-poweredup)
[![Docs](https://img.shields.io/badge/docs-start%20here-yellowgreen.svg)](https://nathan.kellenicki.com/node-poweredup/)
# **node-poweredup** - A Javascript module to interface with LEGO Powered Up components. # **node-poweredup** - A Javascript module to interface with LEGO Powered Up components.