Skip to content

Bump tslib from 2.1.0 to 2.6.2 #427

Bump tslib from 2.1.0 to 2.6.2

Bump tslib from 2.1.0 to 2.6.2 #427

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run Docker Build
run: |
docker run -t $(docker build -q .) bash -c 'ls -la dist'