Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 949 Bytes

DEVELOPMENT.md

File metadata and controls

39 lines (25 loc) · 949 Bytes

Pelion Device Management SDK for JavaScript

Circle CI codecov

Builds

Prerequisites

Node.js > v10.18.1 yarn

Installing

After cloning this repository, install the dependencies:

$ yarn install --frozen-lockfile

Building

To build and bundle the SDK:

$ yarn build

Watching (Unit Tests)

$ yarn watch

Watching (Integration Tests)

$ yarn watch:integration