Skip to content

fix(FARMSTACK-36): added option as per the user accesibilty #43

fix(FARMSTACK-36): added option as per the user accesibilty

fix(FARMSTACK-36): added option as per the user accesibilty #43

Workflow file for this run

# name: Build on Pull Request
# on:
# pull_request:
# branches:
# - dev
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v3
# - name: Set up Node.js
# uses: actions/setup-node@v3
# with:
# node-version: "18"
# - name: Install dependencies
# run: npm install -f
# - name: Build the project
# env:
# CI: false
# run: npm run build