diff --git a/enums/placeholders.html b/enums/placeholders.html index de2c31a..93b897e 100644 --- a/enums/placeholders.html +++ b/enums/placeholders.html @@ -89,7 +89,7 @@
email: = "YOUR_EMAIL"
@@ -99,7 +99,7 @@
name: = "YOUR_NAME"
@@ -109,7 +109,7 @@
username: = "YOUR_GITHUB_USER_NAME"
diff --git a/enums/runner.html b/enums/runner.html index 98ee514..abd33e2 100644 --- a/enums/runner.html +++ b/enums/runner.html @@ -88,7 +88,7 @@
Npm: = "npm"
@@ -98,7 +98,7 @@
Yarn: = "yarn"
diff --git a/globals.html b/globals.html index 38d5cdf..5fba961 100644 --- a/globals.html +++ b/globals.html @@ -134,7 +134,7 @@
TypescriptStarterArgsOptions: TypescriptStarterUserOptions | TypescriptStarterRequiredConfig
@@ -144,7 +144,7 @@
TypescriptStarterUserOptions: TypescriptStarterCLIOptions & TypescriptStarterRequiredConfig
@@ -161,7 +161,7 @@
  • Parameters

    @@ -184,7 +184,7 @@
  • @@ -219,7 +219,7 @@ asyncABC().then(console.log);
  • Returns Promise<TypescriptStarterArgsOptions>

    @@ -236,7 +236,7 @@ asyncABC().then(console.log);
  • Parameters

    @@ -677,7 +677,7 @@ setTimeout(() => {
  • @@ -726,7 +726,7 @@ setTimeout(() => {
  • Parameters

    @@ -749,7 +749,7 @@ setTimeout(() => {
  • Parameters

    @@ -772,7 +772,7 @@ setTimeout(() => {
  • @@ -816,7 +816,7 @@ setTimeout(() => {
  • Parameters

    @@ -1254,7 +1254,7 @@ setTimeout(() => {
  • Parameters

    @@ -1277,7 +1277,7 @@ setTimeout(() => {
  • Parameters

    @@ -1715,7 +1715,7 @@ setTimeout(() => {
  • Returns Promise<TypescriptStarterCLIOptions>

    @@ -1732,7 +1732,7 @@ setTimeout(() => {
  • Parameters

    @@ -2170,7 +2170,7 @@ setTimeout(() => {
  • @@ -2199,7 +2199,7 @@ setTimeout(() => {
  • @@ -2242,7 +2242,7 @@ setTimeout(() => {
  • Parameters

    @@ -2265,7 +2265,7 @@ setTimeout(() => {
  • @@ -2300,7 +2300,7 @@ sha256('test')
  • @@ -2335,7 +2335,7 @@ sha256('test')
  • Parameters

    @@ -2425,7 +2425,7 @@ sha256('test')
  • Parameters

    @@ -2451,7 +2451,7 @@ sha256('test')
  • Parameters

    @@ -2476,7 +2476,7 @@ sha256('test')
    LiveTasks: object
    @@ -2485,7 +2485,7 @@ sha256('test')
    cloneRepo: (Anonymous function) = cloneRepo(execa)
    @@ -2495,7 +2495,7 @@ sha256('test')
    initialCommit: (Anonymous function) = initialCommit(execa)
    @@ -2505,7 +2505,7 @@ sha256('test')
    install: (Anonymous function) = install(execa)
    diff --git a/index.html b/index.html index bae4816..dbb2c8e 100644 --- a/index.html +++ b/index.html @@ -187,8 +187,8 @@ npm run prepare-release

    You can also prepare a non-standard release:

    # Or a non-standard release:
     
    -# Build everything
    -npm run all
    +# Reset the repo to the latest commit and build everything
    +npm run reset && npm run test && npm run cov:check && npm run doc:html
     
     # Then version it with standard-version options. e.g.:
     # don't bump package.json version
    diff --git a/interfaces/tasks.html b/interfaces/tasks.html
    index 0b0de03..35e6e58 100644
    --- a/interfaces/tasks.html
    +++ b/interfaces/tasks.html
    @@ -97,7 +97,7 @@
     					
    cloneRepo: function
    @@ -142,7 +142,7 @@
    initialCommit: function
    @@ -179,7 +179,7 @@
    install: function
    diff --git a/interfaces/typescriptstarterclioptions.html b/interfaces/typescriptstarterclioptions.html index 3e796d2..6b649d8 100644 --- a/interfaces/typescriptstarterclioptions.html +++ b/interfaces/typescriptstarterclioptions.html @@ -112,7 +112,7 @@
    appveyor: boolean
    @@ -122,7 +122,7 @@
    circleci: boolean
    @@ -132,7 +132,7 @@
    description: string
    @@ -142,7 +142,7 @@
    domDefinitions: boolean
    @@ -152,7 +152,7 @@
    editorconfig: boolean
    @@ -162,7 +162,7 @@
    immutable: boolean
    @@ -172,7 +172,7 @@
    install: boolean
    @@ -182,7 +182,7 @@
    nodeDefinitions: boolean
    @@ -192,7 +192,7 @@
    projectName: string
    @@ -202,7 +202,7 @@
    runner: Runner
    @@ -212,7 +212,7 @@
    strict: boolean
    @@ -222,7 +222,7 @@
    travis: boolean
    @@ -232,7 +232,7 @@
    vscode: boolean
    diff --git a/interfaces/typescriptstarterinferredoptions.html b/interfaces/typescriptstarterinferredoptions.html index 6d9d87f..f6ece85 100644 --- a/interfaces/typescriptstarterinferredoptions.html +++ b/interfaces/typescriptstarterinferredoptions.html @@ -104,7 +104,7 @@
    email: string
    @@ -114,7 +114,7 @@
    fullName: string
    @@ -124,7 +124,7 @@
    githubUsername: string
    @@ -134,7 +134,7 @@
    repoInfo: object
    @@ -155,7 +155,7 @@
    workingDirectory: string
    diff --git a/interfaces/typescriptstarteroptions.html b/interfaces/typescriptstarteroptions.html index 26093e7..ed39480 100644 --- a/interfaces/typescriptstarteroptions.html +++ b/interfaces/typescriptstarteroptions.html @@ -121,7 +121,7 @@ @@ -132,7 +132,7 @@ @@ -143,7 +143,7 @@ @@ -154,7 +154,7 @@ @@ -165,7 +165,7 @@ @@ -176,7 +176,7 @@ @@ -187,7 +187,7 @@ @@ -198,7 +198,7 @@ @@ -209,7 +209,7 @@ @@ -220,7 +220,7 @@ @@ -231,7 +231,7 @@ @@ -242,7 +242,7 @@ @@ -253,7 +253,7 @@
    @@ -275,7 +275,7 @@ @@ -286,7 +286,7 @@ @@ -297,7 +297,7 @@ @@ -308,7 +308,7 @@ @@ -319,7 +319,7 @@ diff --git a/interfaces/typescriptstarterrequiredconfig.html b/interfaces/typescriptstarterrequiredconfig.html index 0a4bffd..93afcf6 100644 --- a/interfaces/typescriptstarterrequiredconfig.html +++ b/interfaces/typescriptstarterrequiredconfig.html @@ -96,7 +96,7 @@
    install: boolean
    @@ -106,7 +106,7 @@
    starterVersion: string