@nx/workspace 18.2.3 → 18.3.0-beta.0

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": "@nx/workspace",
3
- "version": "18.2.3",
3
+ "version": "18.3.0-beta.0",
4
4
  "private": false,
5
5
  "description": "The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.",
6
6
  "repository": {
@@ -61,13 +61,13 @@
61
61
  }
62
62
  },
63
63
  "dependencies": {
64
- "@nx/devkit": "18.2.3",
64
+ "@nx/devkit": "18.3.0-beta.0",
65
65
  "chalk": "^4.1.0",
66
66
  "enquirer": "~2.3.6",
67
67
  "tslib": "^2.3.0",
68
68
  "yargs-parser": "21.1.1",
69
- "nx": "18.2.3",
70
- "@nrwl/workspace": "18.2.3"
69
+ "nx": "18.3.0-beta.0",
70
+ "@nrwl/workspace": "18.3.0-beta.0"
71
71
  },
72
72
  "publishConfig": {
73
73
  "access": "public"
@@ -28,6 +28,7 @@ pipelines:
28
28
  - step:
29
29
  name: 'Build and test affected apps on "<%= mainBranch %>" branch changes'
30
30
  script:
31
+ - export NX_BRANCH=$BITBUCKET_BRANCH
31
32
  # Connect your workspace on <%= nxCloudHost %> and uncomment this to enable task distribution.
32
33
  # The "--stop-agents-after" is optional, but allows idle agents to shut down once the "<% if(hasE2E){ %>e2e-ci<% } else { %>build<% } %>" targets have been requested
33
34
  # - <%= packageManagerPrefix %> nx-cloud start-ci-run --distribute-on="5 linux-medium-js" --stop-agents-after="<% if(hasE2E){ %>e2e-ci<% } else { %>build<% } %>"