Skip to content

Bump the npm_and_yarn group across 1 directory with 14 updates #12

Bump the npm_and_yarn group across 1 directory with 14 updates

Bump the npm_and_yarn group across 1 directory with 14 updates #12

Workflow file for this run

name: CI Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Yarn Install
run: yarn
- name: Lint
run: yarn lint:ci
- name: Jest Tests
run: yarn test:ci
- name: Typescript build
run: yarn build
- name: Storybook build
run: yarn storybook-to-ghpages --dry-run --ci