@storm-software/workspace-tools 1.164.1 → 1.164.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.164.1",
3
+ "version": "1.164.2",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A Nx plugin package that contains various executors and generators used in a Storm workspaces.",
6
6
  "repository": {
@@ -320,7 +320,7 @@ var createNodes = [
320
320
  project.targets.docs = {
321
321
  cache: true,
322
322
  inputs: ["linting", "documentation", "default", "^production"],
323
- dependsOn: ["build", "format-readme", "lint-docs", "^docs"],
323
+ dependsOn: ["format-readme", "lint-docs", "^docs"],
324
324
  outputs: [`{workspaceRoot}/dist/docs/{projectRoot}`],
325
325
  executor: "@storm-software/workspace-tools:cargo-doc",
326
326
  options: {