File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The ideia is to create a different build output on development that works like a
4949> Otherwise it will ** not** bring any benefit, unless you do manual symlinks through your local repos.
5050
5151> ** TL;DR**
52- > Add ` { "stub": "ts-stub --clear" } ` script to all pacakges and execute all at once.
52+ > Add ` { "stub": "ts-stub --clear" } ` script to all packages and execute all at once.
5353
5454<br >
5555
@@ -62,7 +62,7 @@ pnpm add -D ts-stub
6262
6363<br >
6464
65- ### ` 2 ` Add a separate build script to stubbing your pacakges
65+ ### ` 2 ` Add a separate build script to stubbing your packages
6666
6767<kbd >packages/a/package.json</kbd >
6868
@@ -235,7 +235,7 @@ They also do build stubbing with the <kbd>--stub</kbd> flag.
235235
236236** 1. Convenience**
237237
238- > If you already use _ unbuild_ to bundle your pacakges , there is ** absolutely no reason** for you to use _ ts-stub_ .
238+ > If you already use _ unbuild_ to bundle your packages , there is ** absolutely no reason** for you to use _ ts-stub_ .
239239> Just go with _ unbuild --stub_ !
240240
241241** 2. ESM**
Original file line number Diff line number Diff line change 3737 "comment-hole" : " ^0.1.1" ,
3838 "import-meta-resolve" : " ^4.1.0" ,
3939 "prettier" : " ^3.3.3" ,
40+ "semantic-release" : " ^24.0.0" ,
4041 "tsup" : " ^8.2.4" ,
4142 "typescript" : " ^5.5.4" ,
4243 "vitest" : " ^2.0.5"
You can’t perform that action at this time.
0 commit comments