Skip to content

fix: react/package.json & react/package-lock.json to reduce vulnerabi… #382

fix: react/package.json & react/package-lock.json to reduce vulnerabi…

fix: react/package.json & react/package-lock.json to reduce vulnerabi… #382

Workflow file for this run

name: Storybook
on:
push:
branches:
- develop # if any push happens on branch `develop`, run this workflow. You could also add `paths` to detect changes in specific folder
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install and Build
run: |
npm ci
npm run build-storybook
- name: Deploy
uses: "@madie/madie-design-system/[email protected]"
with:
branch: develop
folder: storybook-static # output folder from `npm run build-storybook`