Skip to content

fix: add optional rollup dep for other os #3

fix: add optional rollup dep for other os

fix: add optional rollup dep for other os #3

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [ "slave" ]
pull_request:
branches: [ "slave" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Build and then Deploy the static react canary app that uses the react adobe coponent
uses: omkartapale/react-deployment-gh-pages@v1.0.0