Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 0a27fbe

Browse files
authored
place package dependencies in dev
1 parent c4c2901 commit 0a27fbe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

site/content/docs/playwright-checks/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ What you need:
5353
The alpha version gets updated daily with new improvements. You can follow updates in the [Slack community](https://checklycommunity.slack.com/join/shared_invite/zt-2qc51mpyr-5idwVD4R4izkf5FC4CFk1A#/shared-invite/email).
5454

5555
```bash {title="Terminal"}
56-
npm install -D checkly@pwt-alpha
56+
npm install --save-dev checkly@pwt-alpha
5757
```
5858

5959
### 2. [Optional] If you're using TypeScript
6060

6161
If you're using TypeScript, install the dev dependencies [`ts-node`](https://www.npmjs.com/package/ts-node) and [`typescript`](https://www.npmjs.com/package/typescript).
6262

6363
```bash {title="Terminal"}
64-
npm i --save-dev jiti typescript
64+
npm install --save-dev jiti typescript
6565
```
6666

6767
### 3. Test and create a monitor with all your tests

0 commit comments

Comments
 (0)