Skip to content

Commit

Permalink
Update fe.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Heesha14 authored Apr 17, 2024
1 parent 2331d18 commit f8610c1
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 @@ -11,12 +11,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Navigate to project directory
run: cd IT_Project_Unity/Project\ FrontEnd && ls -al
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: '16.x'
cache: 'npm'
- name: Navigate to project directory
run: cd IT_Project_Unity/Project\ FrontEnd && ls -al
cache: 'npm'
- run: cd 'IT_Project_Unity/Project FrontEnd' && npm ci
- run: cd 'IT_Project_Unity/Project FrontEnd' && npm run build --if-present

0 comments on commit f8610c1

Please sign in to comment.