Skip to content

Commit

Permalink
upgrade typedoc to fix script build:doc (#26)
Browse files Browse the repository at this point in the history
* upgrade typedoc to fix script build:doc

* add build:doc in script ci
  • Loading branch information
nighca authored Jun 10, 2020
1 parent 402e390 commit 0fb4603
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
78 changes: 39 additions & 39 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"build:doc": "rm -rf ./docs && typedoc",
"build": "npm run build:esm && npm run build:lib",
"prepublishOnly": "npm run test && npm run build",
"ci": "tsc --noEmit && npm run coverage && npm run build"
"ci": "tsc --noEmit && npm run coverage && npm run build && npm run build:doc"
},
"keywords": [
"form",
Expand All @@ -36,7 +36,7 @@
"jest": "^25.2.7",
"mobx": "^5.15.4",
"ts-jest": "^25.3.1",
"typedoc": "^0.15.0",
"typedoc": "~0.16.11",
"typedoc-twilio-theme": "^1.0.0",
"typescript": "^3.6.3"
},
Expand Down

0 comments on commit 0fb4603

Please sign in to comment.