Skip to content

Commit

Permalink
Merge pull request #44 from cd-sigma/main
Browse files Browse the repository at this point in the history
Build
  • Loading branch information
cd-simarpreet committed Dec 9, 2023
2 parents 67641bc + 08c7e5d commit fd9fb59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/finsafe.backend.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache-dependency-path: backend/package-lock.json
- run: cd backend
- run: npm i
working-directory: ./backend
- run: pm2 restart api
working-directory: ./backend
5 changes: 4 additions & 1 deletion .github/workflows/finsafe.frontend.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
cache-dependency-path: frontend:wq/package-lock.json
cache-dependency-path: frontend/package-lock.json
- run: cd frontend
- run: npm i
working-directory: ./frontend
- run: npm run build
working-directory: ./frontend
- run: pm2 restart frontend --no-autorestart
working-directory: ./frontend

0 comments on commit fd9fb59

Please sign in to comment.