Chore/prepare alpha 9 release (#3320)

* chore: add missing PR in changeLog

* chore: add a link to previous documentation

* fix: add prepare open to build the package prior to release

* fix: do not include doc in generated package

* chore: include lib in package

* chore: fix tsc call which tries to parse docs folder


---------

Co-authored-by: olivier <olivier.bouillet@ifeelsmart.com>
This commit is contained in:
Olivier Bouillet
2023-10-27 08:59:46 +02:00
committed by GitHub
parent 9ba1ca6c32
commit 16a43dc7af
4 changed files with 19 additions and 5 deletions

View File

@@ -29,5 +29,5 @@
"target": "esnext",
"verbatimModuleSyntax": true
},
"exclude": ["examples", "lib"]
"exclude": ["examples", "lib", "docs"]
}