Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gitfrosh committed Nov 25, 2023
1 parent be75e09 commit 1e8cedd
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/main_lotr-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,20 @@ jobs:
- name: npm install for frontend
run: npm install
working-directory: frontend
with:
node-version: '18.x'

- name: npm run test for frontend
run: npm run test --if-present
working-directory: frontend
with:
node-version: '18.x'

- name: npm run build for frontend
run: npm run build
working-directory: frontend

# working-directory: frontend
with:
node-version: '18.x'
app_location: "/frontend"
output_location: "build"
# with:
# node-version: '18.x'
# app_location: "/frontend"
# output_location: "build"

# Copy build directory to backend
- name: Copy frontend build to backend
Expand Down

0 comments on commit 1e8cedd

Please sign in to comment.