Refactoring
This commit is contained in:
5
.github/workflows/api.yaml
vendored
5
.github/workflows/api.yaml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user