Skip to content

chore(deps-dev): bump @angular/language-service from 15.2.10 to 17.2.1 #5

chore(deps-dev): bump @angular/language-service from 15.2.10 to 17.2.1

chore(deps-dev): bump @angular/language-service from 15.2.10 to 17.2.1 #5

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/**"