Skip to content

chore(deps-dev): bump @storybook/angular from 7.6.5 to 7.6.14 #2

chore(deps-dev): bump @storybook/angular from 7.6.5 to 7.6.14

chore(deps-dev): bump @storybook/angular from 7.6.5 to 7.6.14 #2

Workflow file for this run

name: Deploy Storybook
on: push
jobs:
deploy-storybook:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install dependencies
run: npm ci
- name: Build Storybook
run: npx nx run portal-integration-angular:build-storybook
- name: Publish to Chromatic
uses: chromaui/action@latest
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
storybookBuildDir: dist/storybook/portal-integration-angular
skip: "dependabot/**"