Skip to content

Commit

Permalink
Add automatic documentation deployment (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb authored Jan 16, 2021
1 parent 716b70f commit e2cfbfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"docs": "typedoc source/index.ts",
"build": "del-cli dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "gh-pages --dist docs --no-history --message \"Deploy documentation\"",
"example": "npm run build && node example.js"
},
"files": [
Expand Down Expand Up @@ -61,6 +62,7 @@
"ava": "^2.4.0",
"del-cli": "^3.0.1",
"expect-type": "^0.11.0",
"gh-pages": "^3.1.0",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.13",
Expand Down

0 comments on commit e2cfbfe

Please sign in to comment.