Skip to content

Commit d69f1ad

Browse files
committed
minor edits
1 parent 345df40 commit d69f1ad

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fern/products/sdks/overview/typescript/publishing-to-npm.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Publish your public-facing Fern Typescript SDK to the [npm registry](https://www
1111

1212
1. Create a new GitHub repository called `company-typescript` (or something similar) for your SDK, if you haven't done so already.
1313
1. Install the [Fern GitHub App](https://github.com/apps/fern-api): Select **Configure**, then scroll down to **Repository Access**. Select **Only select repositories** and in the dropdown select the repository for your SDK. Click **Save**.
14-
1. Add your SDK files to your repository.
1514

1615

1716
## Configure `generators.yml`
@@ -31,7 +30,7 @@ Publish your public-facing Fern Typescript SDK to the [npm registry](https://www
3130

3231
Once the command completes, you'll see a new group created in your `generators.yml`:
3332

34-
```yaml {1-3}
33+
```yaml {2-7}
3534
groups:
3635
...
3736
ts-sdk:
@@ -43,8 +42,6 @@ Publish your public-facing Fern Typescript SDK to the [npm registry](https://www
4342
path: ../sdks/typescript
4443
```
4544

46-
<Info>Here are the [latest versions of each generator](https://github.com/fern-api/fern?tab=readme-ov-file#-generators).</Info>
47-
4845
</Step>
4946

5047
<Step title="Configure `output` location">

0 commit comments

Comments
 (0)