near / near-sdk-as

Tools for building NEAR smart contracts in AssemblyScript
https://near.github.io/near-sdk-as/
Other
116 stars 44 forks source link

Fix yarn doc command #731

Closed bestatigen closed 2 years ago

bestatigen commented 2 years ago

Closes #552.

Due to changes in TypeDoc, it's not possible to pass ignoreCompilerErrors. This moves the doc-generating steps into a script where only defined entry points are used to generate the doc.


More details: https://github.com/TypeStrong/typedoc/issues/1403