Skip to content

fix: packages/ble-peripheral.bleno/package.json & packages/ble-periph… #179

fix: packages/ble-peripheral.bleno/package.json & packages/ble-periph…

fix: packages/ble-peripheral.bleno/package.json & packages/ble-periph… #179

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- 'master'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: "0"
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- name: set-up
run: |
npm install -g typescript
npm install -g lerna
- name: install
run: |
lerna exec -- npm install
- name: build
run: npm run build