Refactoring

This commit is contained in:
2025-01-17 21:02:05 -06:00
parent b1116cc830
commit 8705454595
4 changed files with 6 additions and 7 deletions

View File

@@ -16,6 +16,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
sparse-checkout: |
api
- name: 'Setup Node'
uses: actions/setup-node@v4
@@ -23,12 +26,10 @@ jobs:
node-version: ${{ vars.NODE_VERSION }}
- name: Install
working-directory: api
run: |
npm install
- name: Build
working-directory: api
run: |
npm run build