Skip to content

Commit

Permalink
fix(ci): fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
ruru-m07 committed Aug 15, 2024
1 parent fefcfc7 commit d17b68f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 79 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
- name: Lint Format
run: pnpm lint:prettier

- name: Check Types
run: pnpm build --filter=./packages/*

- name: Run ESLint
run: pnpm lint --filter=./packages/*

# This workflow contains a single job called "build"
build:
runs-on: ubuntu-latest
Expand All @@ -55,4 +49,4 @@ jobs:
run: pnpm i --frozen-lockfile

- name: Build Check
run: pnpm build
run: pnpm build --filter=./packages/*
17 changes: 0 additions & 17 deletions packages/ui/src/icons/CaretSortIcon.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions packages/ui/src/icons/CheckIcon.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions packages/ui/src/icons/ChevronDownIcon.tsx

This file was deleted.

17 changes: 0 additions & 17 deletions packages/ui/src/icons/ChevronUpIcon.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions packages/ui/src/icons/index.ts

This file was deleted.

0 comments on commit d17b68f

Please sign in to comment.