Refactoring

This commit is contained in:
2025-01-18 14:52:07 -06:00
parent aac38f6b67
commit 2e4e722934
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
working-directory: api
run: |
npm install --omit=dev
npm install
- name: Build
working-directory: api

View File

@@ -27,7 +27,7 @@ jobs:
- name: Install
working-directory: app
run: |
npm install --omit=dev
npm install
- name: Build
working-directory: app