Skip to content

Commit f1f7311

Browse files
committed
chore(nx): Update executor descriptions
1 parent 53d60f4 commit f1f7311

6 files changed

Lines changed: 16 additions & 21 deletions

File tree

examples/cli-app/.storm/meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"buildId": "jsdgdeI5Gju7A9BLvYliPjsi",
3-
"releaseId": "tc2j76v4yZ2vYpjzZ_jWBpfI",
2+
"buildId": "2HS5GUytwEHQ8WzoZ95AEmmn",
3+
"releaseId": "D8-N1ylX_c3mwJnficzwS3Cz",
44
"checksum": "RBNvo1WzZ4oRRq0W9-hknpT7T8If536D",
5-
"timestamp": 1746684378734
5+
"timestamp": 1746686708723
66
}
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"buildId": "VauB-0zRXIX0ZPN5HhLI4pKX",
3-
"releaseId": "2KXT-sWkmHNxA4wbWh9XEP-g",
2+
"buildId": "6jkAdfG6oPBXuDQJcqc7oKA6",
3+
"releaseId": "Ko-hGRDwXF__FpXOVhIi0zSv",
44
"checksum": "RBNvo1WzZ4oRRq0W9-hknpT7T8If536D",
5-
"timestamp": 1746684387487
5+
"timestamp": 1746686717539
66
}

examples/node-app/.storm/meta.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"buildId": "PUneq8aU0lhXrPKjOszx2cV4",
3-
"releaseId": "9Shp2W1XpOUs3-yvtz2VWhFu",
2+
"buildId": "28K3FX6oj2cxd2HWVNqTHtJP",
3+
"releaseId": "XBvTPegsTIS1eqrj4f_Jc8-r",
44
"checksum": "RBNvo1WzZ4oRRq0W9-hknpT7T8If536D",
5-
"timestamp": 1746684386231
5+
"timestamp": 1746686718738
66
}

packages/nx/executors.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@
33
"clean": {
44
"implementation": "./dist/src/executors/clean/executor",
55
"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"
77
},
88
"prepare": {
99
"implementation": "./dist/src/executors/prepare/executor",
1010
"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"
1212
},
1313
"lint": {
1414
"implementation": "./dist/src/executors/lint/executor",
1515
"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"
1717
},
1818
"build": {
1919
"implementation": "./dist/src/executors/build/executor",
2020
"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"
2222
},
2323
"docs": {
2424
"implementation": "./dist/src/executors/docs/executor",
2525
"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"
2727
}
2828
}
2929
}

packages/nx/project.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,5 @@
2222
"executor": "@storm-software/workspace-tools:npm-publish"
2323
}
2424
},
25-
"implicitDependencies": [
26-
"plugin-node",
27-
"plugin-http",
28-
"preset-cloudflare-worker",
29-
"preset-cli",
30-
"core"
31-
]
25+
"implicitDependencies": ["core"]
3226
}

packages/nx/tsup.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const config = getTsupConfig({
2828
],
2929
dts: true,
3030
shims: true,
31+
clean: false,
3132
skipNodeModulesBundle: true
3233
});
3334

0 commit comments

Comments
 (0)