Skip to content

Commit b20dcbf

Browse files
feat(learn): add article for publishing a typescript package
1 parent 060f050 commit b20dcbf

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

apps/site/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@
209209
"runNatively": {
210210
"link": "/learn/typescript/run-natively",
211211
"label": "components.navigation.learn.typescript.links.runNatively"
212+
},
213+
"publishing": {
214+
"link": "/learn/typescript/publishing",
215+
"label": "components.navigation.learn.typescript.links.publishing"
212216
}
213217
}
214218
},
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Publishing a TypeScript package
3+
layout: learn
4+
authors: JakobJingleheimer
5+
---
6+
7+
# Publishing a TypeScript package

packages/i18n/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"introduction": "Introduction to TypeScript",
4949
"transpile": "Running TypeScript code using transpilation",
5050
"run": "Running TypeScript with a runner",
51-
"runNatively": "Running TypeScript Natively"
51+
"runNatively": "Running TypeScript Natively",
52+
"publishing": "Publishing a TypeScript package"
5253
}
5354
},
5455
"asynchronousWork": {

0 commit comments

Comments
 (0)