Skip to content

Bump rollup from 1.15.0 to 2.79.2 #31

Bump rollup from 1.15.0 to 2.79.2

Bump rollup from 1.15.0 to 2.79.2 #31

Workflow file for this run

name: CI
on: [push]
jobs:
type-check:
name: Type Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: borales/[email protected]
with:
cmd: install # will run `yarn install` command
- uses: borales/[email protected]
with:
cmd: type-check # will run `yarn install` command
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: borales/[email protected]
with:
cmd: install # will run `yarn install` command
- uses: borales/[email protected]
with:
cmd: build # will run `yarn build` command