Skip to content

chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#699) #1195

chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#699)

chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 (#699) #1195

Workflow file for this run

name: 'Chromatic'
on: push
jobs:
chromatic-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: yarn
- name: Linting
run: yarn lint
- name: Build packages
run: yarn build
- name: Build storybook
run: yarn storybook:build
- name: Publish to Chromatic
run: yarn chromatic