Skip to content

chore: deprecate exported legacy factories of providers #151

chore: deprecate exported legacy factories of providers

chore: deprecate exported legacy factories of providers #151

Workflow file for this run

name: ⚙️ Build
on:
pull_request:
push:
branches: [main]
jobs:
build:
name: demo
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
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