Skip to content

Commit

Permalink
Update linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aditansh authored Feb 26, 2024
1 parent 9176a22 commit 62e41c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,19 @@ jobs:

- name: Install dependencies
run: |
cd devsoc24-landing
cd devsoc24-portal-fe
pnpm install
- name: Build project
run: |
cd devsoc24-landing
cd devsoc24-portal-fe
pnpm run build
- name: Check for build errors
run: |
if [ -d "devsoc24-landing/.next" ]; then
if [ -d "devsoc24-portal-fe/.next" ]; then
echo "Build successful"
else
echo "Build failed"
exit 1
fi
fi

0 comments on commit 62e41c3

Please sign in to comment.