Skip to content

Update CI-Backend.yml #6

Update CI-Backend.yml

Update CI-Backend.yml #6

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
jobs:
build-frontend:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install --force
- name: Build frontend
run: |
npm run build