Skip to content

Commit

Permalink
fix typedoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 16, 2024
1 parent 69bb9f4 commit 459bcd7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 23 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-npm-doc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish npm package and documentation

on:
workflow_dispatch:
push:
tags:
- v*
Expand Down
4 changes: 0 additions & 4 deletions assembly/std/address.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ export class Address implements Serializable {
* This method compares the string representation of the current `Address` object to another `Address`
* object to determine if they are different.
*
* @remarks
* This method compares the string representation of the current `Address` object to
* another `Address` object to determine if they are identical.
*
* @param address - The address object to compare.
*
* @returns `true` if the addresses are different, `false` otherwise.
Expand Down
3 changes: 1 addition & 2 deletions assembly/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"excludeProtected": true,
"excludeExternals": true,
"includeVersion": true,
"skipErrorChecking": true,
"experimentalDecorators": true
"skipErrorChecking": true
}
}
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"typedoc": "^0.23.23",
"typedoc": "^0.23.28",
"typescript": "^4.8.3"
},
"prettier": "@massalabs/prettier-config-as",
Expand Down

0 comments on commit 459bcd7

Please sign in to comment.