Skip to content

fix(speech, view-transition): add peer dependencies on appropriate types #146

fix(speech, view-transition): add peer dependencies on appropriate types

fix(speech, view-transition): add peer dependencies on appropriate types #146

Workflow file for this run

name: ⚙️ Build
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: demo
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- run: npx nx build demo
concurrency:
group: build-demo-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true