Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
remove unused apps and packages (#186)
Browse files Browse the repository at this point in the history
* delete mocksi-lite

* remove old/unused packages
  • Loading branch information
elg0nz authored Sep 16, 2024
1 parent fd5d247 commit f202286
Show file tree
Hide file tree
Showing 122 changed files with 2,522 additions and 26,376 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/vitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,5 @@ jobs:
run: pnpm install --no-frozen-lockfile
- name: Build dependencies
run: pnpm build
- name: Run harlight tests
run: pnpm --prefix packages/harlight exec vitest run
- name: Run dodom tests
run: pnpm --prefix packages/dodom exec vitest run
- name: Run reactor tests
run: pnpm --prefix packages/reactor exec vitest run
- name: Run mocksi-lite tests
run: pnpm --prefix apps/mocksi-lite exec vitest run
run: pnpm --prefix packages/reactor exec vitest run
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ HARlighter is a powerful Chrome extension designed for professionals who need to
### Apps and Packages

- `mocksi-lite`: Chrome extension for Mocksi
- `@repo/harlight`: Package for building HAR files
- `@repo/dodom`: DOM manipulation package
- `@repo/ui`: a stub React component library shared by both `web` and `docs` applications
- `@repo/eslint-config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `@repo/typescript-config`: `tsconfig.json`s used throughout the monorepo

Expand Down
12 changes: 0 additions & 12 deletions apps/mocksi-lite/MocksiRollbar.ts

This file was deleted.

37 changes: 0 additions & 37 deletions apps/mocksi-lite/README.md

This file was deleted.

Loading

0 comments on commit f202286

Please sign in to comment.