Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeshaJ authored and HeeshaJ committed Apr 18, 2024
2 parents 5683710 + 9eae83a commit 991f069
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
- name: Navigate to project directory
run: cd IT_Project_Unity && cd Project\ FrontEnd && ls -al
run: cd IT_Project_Unity/FrontEnd && ls -al
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'npm'
- run: cd 'IT_Project_Unity/Project FrontEnd' && npm ci
- run: cd 'IT_Project_Unity/Project FrontEnd' && npm run build --if-present
- run: cd IT_Project_Unity/FrontEnd && npm ci
- run: cd IT_Project_Unity/FrontEnd && npm run build --if-present

0 comments on commit 991f069

Please sign in to comment.