Skip to content

Commit

Permalink
remove yarn support (anti-work#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads authored Jan 2, 2025
1 parent e0a04f9 commit cfcd7a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ If helpful, [here's a short video](https://github.com/anti-work/shortest/issues/
npm install -D @antiwork/shortest
# or
pnpm add -D @antiwork/shortest
# or
yarn add -D @antiwork/shortest
```

Add `.shortest/` to your `.gitignore` (where Shortest stores screenshots of each test run):
Expand All @@ -41,8 +39,6 @@ Run tests:
npx shortest
# or
pnpm shortest
# or
yarn shortest
```

### Quick start
Expand Down
3 changes: 0 additions & 3 deletions packages/shortest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ AI-powered natural language end-to-end testing framework.
npm install -D @antiwork/shortest
# or
pnpm add -D @antiwork/shortest
# or
yarn add -D @antiwork/shortest
```

Add `.shortest/` to your `.gitignore` (where Shortest stores screenshots of each test run):
Expand Down Expand Up @@ -120,7 +118,6 @@ shortest --headless # Run in headless mode using cli
```bash
npx shortest # for npm
pnpm shortest # for pnpm
yarn shortest # for yarn
```

## GitHub 2FA Login Setup
Expand Down

0 comments on commit cfcd7a4

Please sign in to comment.