Added Lib property to class MapboxDraw #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |