Skip to content

Commit

Permalink
GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Utar94 committed Jan 5, 2024
1 parent 883069b commit 94b8a02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ jobs:
with:
cmd: install

- run: cd frontend
- run: ls -A

- name: Build for Production
uses: borales/actions-yarn@v4
with:
cmd: build
cmd: --cwd frontend build

- name: Run Tests & Coverage
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit 94b8a02

Please sign in to comment.