Skip to content

Bump the npm_and_yarn group across 1 directory with 27 updates #6

Bump the npm_and_yarn group across 1 directory with 27 updates

Bump the npm_and_yarn group across 1 directory with 27 updates #6

Workflow file for this run

name: CI Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Yarn Install
run: yarn
- name: Lint
run: yarn lint
- name: Jest Tests
run: yarn test:ci
- name: Dist Build
run: yarn build:dist
- name: Lib Build
run: yarn build:lib
- name: Compile Styles
run: yarn build:styles
# - name: Storybook build
# run: yarn storybook-to-ghpages --dry-run --ci