Skip to content

Commit 860ff9c

Browse files
authored
docs(cli): remove jiti install step from init skill (#1364)
TypeScript check files no longer require jiti, so drop the optional jiti install prompt from the initialize reference.
1 parent 19db98f commit 860ff9c

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

packages/cli/src/ai-context/references/initialize.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,10 @@ Continue with the following steps:
3535

3636
#### Step 1: Install dependencies
3737

38-
1. **Install the Checkly dependency**
38+
**Install the Checkly dependency**
3939

4040
Check if `npx checkly --version` works. If not, run `npm install --save-dev checkly`.
4141

42-
2. **Do you want to use TypeScript? (recommended)**
43-
- If **yes** → install `jiti`:
44-
45-
```bash
46-
npm i --save-dev jiti
47-
```
48-
49-
- If **no** → there's nothing to do
50-
5142
#### Step 2: Gather the project requirements
5243

5344
Ask the user the following questions to determine the setup:

0 commit comments

Comments
 (0)