Skip to content

Commit

Permalink
node workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
asdhammu committed Sep 27, 2023
1 parent cb6b420 commit 295925e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: FrontEnd/package-lock.json
- run: |
cd FrontEnd
npm i
- run: |
cd FrontEnd
npm run build --if-present
Expand Down

0 comments on commit 295925e

Please sign in to comment.