Skip to content

Update README.md

Update README.md #18

Workflow file for this run

name: build_pront_end
on: [push]
jobs:
check_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd admin && npm install --force && npm install yarn -g
- run: yarn install && yarn build
- run: echo 'build complete!'