Add docs location in the package.json, so CLI will now where to search for the help of the extension's commands.
Ignore the html folder, which CLI will generate at the root of the extension once it is installed.
This commit is contained in:
rosen-vladimirov 2018-12-07 00:10:09 +02:00
Родитель 684b786531
Коммит ebe1ce9fac
3 изменённых файлов: 5 добавлений и 2 удалений

3
.gitignore поставляемый
Просмотреть файл

@ -53,4 +53,5 @@ nativescript-cloud-*.tgz
**/.vs
**/.vscode
.DS_Store
scratch/*
scratch/*
html/

Просмотреть файл

@ -13,3 +13,4 @@ tscommand-*.tmp.txt
tsconfig.json
tslint.json
Gruntfile.js
html/

Просмотреть файл

@ -101,6 +101,7 @@
"run|cloud|android",
"run|cloud|ios",
"user"
]
],
"docs": "docs"
}
}