User Accounts & Profiles (Issue #1) #9

Merged
thatguygriff merged 2 commits from feature/issue-1-user-accounts into main 2026-04-07 14:10:57 +00:00
Showing only changes of commit 96a363d28f - Show all commits

View File

@@ -33,12 +33,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
cache: npm
cache-dependency-path: web/package-lock.json
- name: Install dependencies
working-directory: web
run: npm ci
run: npm install
- name: Type check
working-directory: web