Skip to content

chore(publish): bump @sparkpost/design-tokens@7.1.2 #768

chore(publish): bump @sparkpost/design-tokens@7.1.2

chore(publish): bump @sparkpost/design-tokens@7.1.2 #768

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the matchbox, icons, and tokens
name: Libby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build:libby