Skip to content

typo in vercel json #35

typo in vercel json

typo in vercel json #35

Workflow file for this run

name: CI Scripts 🧾 for Web Branches ✔
on:
push:
branches:
- web-dev
pull_request:
branches:
- web
- web-dev
jobs:
storybook:
name: Storybook 📚
env:
GH_PFP_TOKEN: ${{ secrets.GH_PFP_TOKEN }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: '20.11.0'
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Install dependencies
run: cd noplus-web && npm i
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
workingDir: noplus-web