Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
fix(deployment): Fix typedoc documentation not deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jul 28, 2016
1 parent eac8b21 commit c0c2305
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -10,7 +10,7 @@
"coveralls": "u coveralls", "coveralls": "u coveralls",
"build": "u build", "build": "u build",
"preparepublish": "u build && cp -r lib/* .", "preparepublish": "u build && cp -r lib/* .",
"postpublish": "u changelog && u doc build && u deploy docs" "postpublish": "u changelog && u doc build && u typedoc && u deploy docs"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
Expand Down Expand Up @@ -71,10 +71,10 @@
"zone.js": "^0.6.12" "zone.js": "^0.6.12"
}, },
"devDependencies": { "devDependencies": {
"@ubiquits/toolchain": "^0.3.0", "@ubiquits/toolchain": "^0.3.1",
"proxyquire": "^1.7.10" "proxyquire": "^1.7.10"
}, },
"directories": { "directories": {
"doc": "docs" "doc": "docs"
} }
} }

0 comments on commit c0c2305

Please sign in to comment.