We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d21dd commit 7f3528aCopy full SHA for 7f3528a
package.json
@@ -37,6 +37,7 @@
37
"apidoc": "^0.17.6",
38
"chai": "^4.1.2",
39
"coveralls": "^3.0.0",
40
+ "gh-pages-with-token": "^1.0.0",
41
"glob": "^7.1.2",
42
"mkdirp": "^0.5.1",
43
"mocha": "^4.0.1",
@@ -63,8 +64,10 @@
63
64
"postbuild:docs": "apidoc -i doc/ -o apidoc/",
65
"build:flow": "node scripts/generate-flow-types",
66
"build:ts": "node scripts/generate-typescript-types",
67
+ "deploy-docs": "gh-pages-with-token -d apidoc",
68
"presemantic-release": "npm run -s build",
- "semantic-release": "semantic-release pre && npm publish && semantic-release post"
69
+ "semantic-release": "semantic-release pre && npm publish && semantic-release post",
70
+ "postpublish": "npm run -s deploy-docs"
71
},
72
"license": "MIT",
73
"licenses": [
0 commit comments