working on healthcheck api and auth api #2

Merged
joseph.nelson4456 merged 4 commits from create-auth-routes into main 2026-05-15 22:37:29 -07:00
Showing only changes of commit c2cd33e161 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
run: npm install --force
- name: Run linter
run: npm run lint