Skip to content

Commit

Permalink
#100 fix typedoc build
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Oct 15, 2021
1 parent 9d71c22 commit 077ce4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"publish": "lerna run tsc && lerna publish",
"start": "yarn workspace @tomic/data-browser start",
"tsc": "lerna run tsc",
"typedoc": "typedoc . --options typedoc.json --watch"
"typedoc": "typedoc . --options typedoc.json"
},
"workspaces": {
"packages": [
Expand Down

0 comments on commit 077ce4b

Please sign in to comment.