You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/sdks/overview/typescript/publishing-to-npm.mdx
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Publish your public-facing Fern Typescript SDK to the [npm registry](https://www
11
11
12
12
1. Create a new GitHub repository called `company-typescript` (or something similar) for your SDK, if you haven't done so already.
13
13
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.
15
14
16
15
17
16
## Configure `generators.yml`
@@ -31,7 +30,7 @@ Publish your public-facing Fern Typescript SDK to the [npm registry](https://www
31
30
32
31
Once the command completes, you'll see a new group created in your `generators.yml`:
33
32
34
-
```yaml {1-3}
33
+
```yaml {2-7}
35
34
groups:
36
35
...
37
36
ts-sdk:
@@ -43,8 +42,6 @@ Publish your public-facing Fern Typescript SDK to the [npm registry](https://www
43
42
path: ../sdks/typescript
44
43
```
45
44
46
-
<Info>Here are the [latest versions of each generator](https://github.com/fern-api/fern?tab=readme-ov-file#-generators).</Info>
0 commit comments