Refactoring

This commit is contained in:
2025-01-17 21:04:24 -06:00
parent 8705454595
commit be1dc6eb4b
4 changed files with 6 additions and 2 deletions

View File

@@ -26,10 +26,12 @@ jobs:
node-version: ${{ vars.NODE_VERSION }}
- name: Install
working-directory: api
run: |
npm install
- name: Build
working-directory: api
run: |
npm run build

View File

@@ -25,10 +25,12 @@ jobs:
node-version: ${{ vars.NODE_VERSION }}
- name: Install
working-directory: app
run: |
npm install
- name: Build
working-directory: app
run: |
npm run build