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