Skip to content

Commit

Permalink
fix(frontend): make it able to build again
Browse files Browse the repository at this point in the history
  • Loading branch information
aldy505 committed May 26, 2024
1 parent 00dcfef commit 0e68e03
Show file tree
Hide file tree
Showing 5 changed files with 2,546 additions and 6,076 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ jobs:
run: pnpm install

- name: Lint
run: npx eslint --ignore-path .gitignore .
run: pnpm exec eslint --ignore-path .gitignore .

- name: Build
run: pnpm run build

- name: Test
run: pnpm run test

- uses: codecov/codecov-action@v3

backend:
name: Backend
runs-on: ubuntu-latest
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,11 @@ jobs:
run: pnpm install

- name: Lint
run: npx eslint --ignore-path .gitignore .
run: pnpm exec eslint --ignore-path .gitignore .

- name: Build
run: pnpm run build

- name: Test
run: pnpm run test

- uses: codecov/codecov-action@v3

backend:
name: Backend
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 0e68e03

Please sign in to comment.