Skip to content

Merge branch 'develop' of https://github.com/Teammanagers/FrontEnd in… #267

Merge branch 'develop' of https://github.com/Teammanagers/FrontEnd in…

Merge branch 'develop' of https://github.com/Teammanagers/FrontEnd in… #267

Workflow file for this run

name: Frontend CI/CD
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Remove file reinstall
run: |
rm -rf package-lock.json node_modules
npm install
- name: Build
run: npm run build