feat(misc): add noop executor for cases when we need to define a target hat does nothing
This commit is contained in:
parent
e6738abc9f
commit
942e89a19d
3
packages/nx/src/executors/noop/noop.impl.ts
Normal file
3
packages/nx/src/executors/noop/noop.impl.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export default async function () {
|
||||||
|
return { success: true };
|
||||||
|
}
|
||||||
9
packages/nx/src/executors/noop/schema.json
Normal file
9
packages/nx/src/executors/noop/schema.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"title": "Noop",
|
||||||
|
"description": "An executor that does nothing",
|
||||||
|
"type": "object",
|
||||||
|
"cli": "nx",
|
||||||
|
"outputCapture": "pipe",
|
||||||
|
"properties": {},
|
||||||
|
"additionalProperties": false
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user