Skip to content

Bump typescript-eslint from 7.13.1 to 7.14.1 (#416) #174

Bump typescript-eslint from 7.13.1 to 7.14.1 (#416)

Bump typescript-eslint from 7.13.1 to 7.14.1 (#416) #174

Workflow file for this run

name: CD
on:
push:
branches: [master]
concurrency: cd-${{ github.ref }}
jobs:
gh-pages:
runs-on: ubuntu-latest
steps:
- uses: P5-wrapper/[email protected]
- name: Build the demo application
run: pnpm build:demo
- name: Deploy the demo application
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist/demo
npm:
runs-on: ubuntu-latest
steps:
- uses: P5-wrapper/[email protected]
- name: Build the component
run: pnpm build:component
- uses: JS-DevTools/npm-publish@v3
with:
access: "public"
token: ${{ secrets.NPM_TOKEN }}