Skip to content

Bump prismjs from 1.21.0 to 1.30.0 #87

Bump prismjs from 1.21.0 to 1.30.0

Bump prismjs from 1.21.0 to 1.30.0 #87

Workflow file for this run

name: Components
on: push
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14'
- name: Install Packages
run: yarn install
- name: Build Components
run: yarn build-components
- name: Build Test React App
run: yarn react-build
- name: Build Styleguide
run: yarn build-styleguide