mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Added npm run typedoc and npm run dev-typedoc scripts, read the DevelopmentWorkflow.mk
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
"shelljs": "^0.7.0",
|
||||
"time-grunt": "1.3.0",
|
||||
"tslint": "3.4.0",
|
||||
"typedoc": "0.4.5",
|
||||
"typescript": "^2.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
@@ -50,6 +51,8 @@
|
||||
"test-ios": "tns run ios --path tests --justlaunch",
|
||||
"test-watch-android": "npm run pretest && concurrently --kill-others \"npm run tsc-tiw\" \"tns livesync android --path tests --watch\"",
|
||||
"test-watch-ios": "npm run pretest && concurrently --kill-others \"npm run tsc-tiw\" \"tns livesync ios --path tests --watch\"",
|
||||
"prepublish": "echo \"Development reminder: npm run setup\n\""
|
||||
"prepublish": "echo \"Development reminder: npm run setup\n\"",
|
||||
"typedoc": "typedoc --tsconfig tsconfig.typedoc.json --out bin/dist/apiref --mode file --includeDeclarations --name NativeScript --theme ./node_modules/nativescript-typedoc-theme",
|
||||
"dev-typedoc": "npm run typedoc && cd bin/dist/apiref && http-server"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user