Skip to content

If patient tries to link same family member again it tells him alread… #209

If patient tries to link same family member again it tells him alread…

If patient tries to link same family member again it tells him alread… #209

Workflow file for this run

name: Compile source code
on: [push]
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install packages
run: npm ci
- name: Compile
run: npm run compile:all