Skip to content

Commit

Permalink
Fixed frontend build. (#18)
Browse files Browse the repository at this point in the history
Fixed frontend build.
  • Loading branch information
Utar94 authored Jan 5, 2024
1 parent a16d61f commit 7e8cff4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,10 @@ jobs:
run: corepack enable

- name: Install dependencies
uses: borales/actions-yarn@v4
with:
cmd: install
run: yarn install

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

- name: Run Tests & Coverage
uses: borales/actions-yarn@v4
with:
cmd: test
run: yarn test

0 comments on commit 7e8cff4

Please sign in to comment.