Skip to content

Commit

Permalink
Update api.yml, backend.yml and frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Apr 4, 2024
1 parent 32053ee commit 116d2db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './package-lock.json'
cache-dependency-path: './api/package-lock.json'
- run: npm install
- run: npm run lint
- run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './package-lock.json'
cache-dependency-path: './backend/package-lock.json'
- run: npm install
- run: npm run lint
- run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: './package-lock.json'
cache-dependency-path: './frontend/package-lock.json'
- run: npm install
- run: npm run lint
- run: npm run build

0 comments on commit 116d2db

Please sign in to comment.