Skip to content

Commit cfcd7a4

Browse files
authored
remove yarn support (#242)
1 parent e0a04f9 commit cfcd7a4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ If helpful, [here's a short video](https://github.com/anti-work/shortest/issues/
2626
npm install -D @antiwork/shortest
2727
# or
2828
pnpm add -D @antiwork/shortest
29-
# or
30-
yarn add -D @antiwork/shortest
3129
```
3230

3331
Add `.shortest/` to your `.gitignore` (where Shortest stores screenshots of each test run):
@@ -41,8 +39,6 @@ Run tests:
4139
npx shortest
4240
# or
4341
pnpm shortest
44-
# or
45-
yarn shortest
4642
```
4743

4844
### Quick start

packages/shortest/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ AI-powered natural language end-to-end testing framework.
1313
npm install -D @antiwork/shortest
1414
# or
1515
pnpm add -D @antiwork/shortest
16-
# or
17-
yarn add -D @antiwork/shortest
1816
```
1917

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

126123
## GitHub 2FA Login Setup

0 commit comments

Comments
 (0)