Skip to content

chore(deps-dev): bump the build-tooling group across 1 directory with 12 updates #97

chore(deps-dev): bump the build-tooling group across 1 directory with 12 updates

chore(deps-dev): bump the build-tooling group across 1 directory with 12 updates #97

Workflow file for this run

name: Deploy PR Preview
on:
pull_request:
types: [opened, synchronize, closed]
permissions:
contents: write
pull-requests: write
jobs:
preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "22"
- name: Enable Corepack
run: corepack enable
- name: Use Yarn 4.9.2
run: corepack prepare [email protected] --activate
- run: yarn
- run: yarn build:web
- uses: rossjrw/[email protected]
with:
source-dir: ./packages/raga-web-app/dist