Skip to content

Commit

Permalink
chore(repo): wip
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jan 24, 2025
1 parent 44af4eb commit 66b73fc
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/generated/devkit/TargetConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Target's configuration
- [cache](../../devkit/documents/TargetConfiguration#cache): boolean
- [command](../../devkit/documents/TargetConfiguration#command): string
- [configurations](../../devkit/documents/TargetConfiguration#configurations): Object
- [continuous](../../devkit/documents/TargetConfiguration#continuous): boolean
- [defaultConfiguration](../../devkit/documents/TargetConfiguration#defaultconfiguration): string
- [dependsOn](../../devkit/documents/TargetConfiguration#dependson): (string | TargetDependencyConfig)[]
- [executor](../../devkit/documents/TargetConfiguration#executor): string
Expand Down Expand Up @@ -55,6 +56,14 @@ Sets of options

---

### continuous

`Optional` **continuous**: `boolean`

Whether this target runs continuously

---

### defaultConfiguration

`Optional` **defaultConfiguration**: `string`
Expand Down
9 changes: 9 additions & 0 deletions docs/generated/devkit/Task.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ A representation of the invocation of an Executor
### Properties

- [cache](../../devkit/documents/Task#cache): boolean
- [continuous](../../devkit/documents/Task#continuous): boolean
- [endTime](../../devkit/documents/Task#endtime): number
- [hash](../../devkit/documents/Task#hash): string
- [hashDetails](../../devkit/documents/Task#hashdetails): Object
Expand All @@ -28,6 +29,14 @@ Determines if a given task should be cacheable.

---

### continuous

**continuous**: `boolean`

This denotes if the task runs continuously

---

### endTime

`Optional` **endTime**: `number`
Expand Down
7 changes: 7 additions & 0 deletions docs/generated/devkit/TaskGraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,19 @@ Graph of Tasks to be executed

### Properties

- [continuousDependencies](../../devkit/documents/TaskGraph#continuousdependencies): Record<string, string[]>
- [dependencies](../../devkit/documents/TaskGraph#dependencies): Record<string, string[]>
- [roots](../../devkit/documents/TaskGraph#roots): string[]
- [tasks](../../devkit/documents/TaskGraph#tasks): Record<string, Task>

## Properties

### continuousDependencies

**continuousDependencies**: `Record`\<`string`, `string`[]\>

---

### dependencies

**dependencies**: `Record`\<`string`, `string`[]\>
Expand Down

0 comments on commit 66b73fc

Please sign in to comment.