Skip to content

Added Lib property to class MapboxDraw #20

Added Lib property to class MapboxDraw

Added Lib property to class MapboxDraw #20

Workflow file for this run

name: Build PR
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- name: run test and build dist
run: |
./nvmw npm set progress=false
./nvmw npm test
./nvmw npm run build