Skip to content

fix(reload_experience): Improve reload experience with a 404 page and a choice when there is changes not saved #37

fix(reload_experience): Improve reload experience with a 404 page and a choice when there is changes not saved

fix(reload_experience): Improve reload experience with a 404 page and a choice when there is changes not saved #37

Workflow file for this run

on: pull_request
name: Test and build
jobs:
admin-front:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Build an test Admin FrontEnd
run: |
npm ci
npm run build
npm run lint
npm run format:check