Skip to content

CELE-19 Add codefresh configurations #2

CELE-19 Add codefresh configurations

CELE-19 Add codefresh configurations #2

Workflow file for this run

name: Build Frontend
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 21.7
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build App
run: npm run build