Skip to content

Bump json5 from 2.2.0 to 2.2.3 #27

Bump json5 from 2.2.0 to 2.2.3

Bump json5 from 2.2.0 to 2.2.3 #27

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.0
# Install dependencies
- run: npm install
# Transform Figma Tokens JSON to something Style Dictionary can read, run Style Dictionary and later run Tailwind
- run: npm run build
# Add files that were created during a run, e.g. created files from style dictionary or token-transformer.
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update Tokens