|
3 | 3 | "clean": { |
4 | 4 | "implementation": "./dist/src/executors/clean/executor", |
5 | 5 | "schema": "./dist/src/executors/clean/schema.json", |
6 | | - "description": "An executor used to run the Storm Stack - Clean process" |
| 6 | + "description": "Run the `clean` Storm Stack command on the given project" |
7 | 7 | }, |
8 | 8 | "prepare": { |
9 | 9 | "implementation": "./dist/src/executors/prepare/executor", |
10 | 10 | "schema": "./dist/src/executors/prepare/schema.json", |
11 | | - "description": "An executor used to run the Storm Stack - Prepare process" |
| 11 | + "description": "Run the `prepare` Storm Stack command on the given project" |
12 | 12 | }, |
13 | 13 | "lint": { |
14 | 14 | "implementation": "./dist/src/executors/lint/executor", |
15 | 15 | "schema": "./dist/src/executors/lint/schema.json", |
16 | | - "description": "An executor used to run the Storm Stack - Lint process" |
| 16 | + "description": "Run the `lint` Storm Stack command on the given project" |
17 | 17 | }, |
18 | 18 | "build": { |
19 | 19 | "implementation": "./dist/src/executors/build/executor", |
20 | 20 | "schema": "./dist/src/executors/build/schema.json", |
21 | | - "description": "An executor used to run the Storm Stack - Build process" |
| 21 | + "description": "Run the `build` Storm Stack command on the given project" |
22 | 22 | }, |
23 | 23 | "docs": { |
24 | 24 | "implementation": "./dist/src/executors/docs/executor", |
25 | 25 | "schema": "./dist/src/executors/docs/schema.json", |
26 | | - "description": "An executor used to run the Storm Stack - Docs process" |
| 26 | + "description": "Run the `docs` Storm Stack command on the given project" |
27 | 27 | } |
28 | 28 | } |
29 | 29 | } |
0 commit comments