Skip to content

Commit

Permalink
feat(learn): add article for publishing a typescript package
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobJingleheimer committed Nov 23, 2024
1 parent d50d114 commit 31678d2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions apps/site/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@
"runNatively": {
"link": "/learn/typescript/run-natively",
"label": "components.navigation.learn.typescript.links.runNatively"
},
"publishing": {
"link": "/learn/typescript/publishing",
"label": "components.navigation.learn.typescript.links.publishing"
}
}
},
Expand Down
7 changes: 7 additions & 0 deletions apps/site/pages/en/learn/typescript/publishing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Publishing a TypeScript package
layout: learn
authors: JakobJingleheimer
---

# Publishing a TypeScript package
3 changes: 2 additions & 1 deletion packages/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"introduction": "Introduction to TypeScript",
"transpile": "Running TypeScript code using transpilation",
"run": "Running TypeScript with a runner",
"runNatively": "Running TypeScript Natively"
"runNatively": "Running TypeScript Natively",
"publishing": "Publishing a TypeScript package"
}
},
"asynchronousWork": {
Expand Down

0 comments on commit 31678d2

Please sign in to comment.