Compare commits

...

2 Commits

Author SHA1 Message Date
0c7f50e3cc 1.0.10 2019-05-15 21:40:19 +02:00
7937cc8898 fix(core): update 2019-05-15 21:40:18 +02:00
3 changed files with 3 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsdoc",
"version": "1.0.9",
"version": "1.0.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tsdoc",
"version": "1.0.9",
"version": "1.0.10",
"private": false,
"description": "a tool for better documentation",
"main": "dist/index.js",

View File

@ -20,7 +20,7 @@ export class MkDocs {
case argvArg.serve:
await mkdocsInstance.serve();
break;
case argvArg.publish:
case argvArg.publish:
await mkdocsInstance.publish();
break;
default:
@ -49,7 +49,6 @@ export class MkDocs {
paths.cwd
}:/docs registry.gitlab.com/hosttoday/ht-docker-mkdocs build`
);
await this.smartshellInstance.exec(`gitzone commit`);
}
public async serve() {