Skip to content

Commit

Permalink
Add build test on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Aug 24, 2024
1 parent 7945026 commit b59f77a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci_backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:
- name: Lint
run: npm run lint
working-directory: ${{ env.working-directory }}
- name: Build
run: npm run build
working-directory: ${{ env.working-directory }}
3 changes: 3 additions & 0 deletions .github/workflows/ci_frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ jobs:
- name: Lint
run: npm run lint
working-directory: ${{ env.working-directory }}
- name: Build
run: npm run build
working-directory: ${{ env.working-directory }}
2 changes: 1 addition & 1 deletion .github/workflows/gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
env:
NODE_OPTIONS: "--max_old_space_size=4096"
run: |
npm install -f
npm install ci
npm run build
- name: Deploy 🚀
Expand Down

0 comments on commit b59f77a

Please sign in to comment.