Skip to content

Commit 46023f9

Browse files
committed
Update "yarn docs" command
1 parent df627a6 commit 46023f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test": "jest --env node",
1010
"test-int": "npm run-script build && jest -i --env node --roots integration_tests",
1111
"posttest": "yarn lint",
12-
"docs": "typedoc --out gh-pages/0.1.0-alpha --name \"CodeChain JavaScript SDK\" --mode file --readme API.md --excludePrivate --excludeProtected",
12+
"docs": "typedoc --out gh-pages/0.1.1-alpha --name \"CodeChain JavaScript SDK\" --mode file --readme API.md --excludePrivate --excludeProtected",
1313
"docs-dev": "nodemon -e ts --watch src --watch API.md --exec 'yarn docs'",
1414
"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"
1515
},

0 commit comments

Comments
 (0)