Skip to content

front-react-home_page-fix_public view: recommended portfolio sentence… #565

front-react-home_page-fix_public view: recommended portfolio sentence…

front-react-home_page-fix_public view: recommended portfolio sentence… #565

Workflow file for this run

name: React CI
on:
push:
branches-ignore:
- 'release/**'
paths:
- 'front/react/**'
pull_request:
branches-ignore:
- 'release/**'
paths:
- 'front/react/**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.11.1'
- name: Install dependencies
working-directory: ./front/react
run: npm install
- name: Run build
working-directory: ./front/react
run: npm run build