Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Update package.json #66

Update package.json

Update package.json #66

Workflow file for this run

name: Build the application
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
yarn
yarn build