Skip to content

Commit 0a27fbe

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)