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

remove unused apps and packages #186

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading