We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df627a6 commit 46023f9Copy full SHA for 46023f9
package.json
@@ -9,7 +9,7 @@
9
"test": "jest --env node",
10
"test-int": "npm run-script build && jest -i --env node --roots integration_tests",
11
"posttest": "yarn lint",
12
- "docs": "typedoc --out gh-pages/0.1.0-alpha --name \"CodeChain JavaScript SDK\" --mode file --readme API.md --excludePrivate --excludeProtected",
+ "docs": "typedoc --out gh-pages/0.1.1-alpha --name \"CodeChain JavaScript SDK\" --mode file --readme API.md --excludePrivate --excludeProtected",
13
"docs-dev": "nodemon -e ts --watch src --watch API.md --exec 'yarn docs'",
14
"docs-prepare": "[ -d 'gh-pages' ] || git clone -b gh-pages [email protected]:CodeChain-io/codechain-sdk-js.git gh-pages && cd gh-pages && git pull"
15
},
0 commit comments