Skip to content

Commit d2f5d44

Browse files
committed
Simplify docs
1 parent e521b51 commit d2f5d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install tools from asdf config
4242
uses: ai/asdf-cache-action@v1
4343
- name: Install dependencies
44-
run: pnpm install --frozen-lockfile --ignore-scripts
44+
run: pnpm install --ignore-scripts
4545
- name: Run tests
4646
run: pnpm test
4747
```

0 commit comments

Comments
 (0)