Skip to content

Commit

Permalink
"build-typedoc-site": "typedoc --options typedoc.site.json"
Browse files Browse the repository at this point in the history
  • Loading branch information
arietrouw committed Oct 2, 2023
1 parent 4ea12db commit 53f909e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@
"postcss": "^8.4.31"
},
"scripts": {
"test": "yarn jest"
"test": "yarn jest",
"build-typedoc-site": "typedoc --options typedoc.site.json"
},
"sideEffects": false,
"type": "module"
}
}

0 comments on commit 53f909e

Please sign in to comment.