@nx/workspace 18.3.0-canary.20240404-3b182e4 → 18.3.0-canary.20240405-fc8d5ba
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.3.0-canary.
|
|
3
|
+
"version": "18.3.0-canary.20240405-fc8d5ba",
|
|
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.3.0-canary.
|
|
64
|
+
"@nx/devkit": "18.3.0-canary.20240405-fc8d5ba",
|
|
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.3.0-canary.
|
|
70
|
-
"@nrwl/workspace": "18.3.0-canary.
|
|
69
|
+
"nx": "18.3.0-canary.20240405-fc8d5ba",
|
|
70
|
+
"@nrwl/workspace": "18.3.0-canary.20240405-fc8d5ba"
|
|
71
71
|
},
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
package/src/generators/ci-workflow/files/bitbucket-pipelines/bitbucket-pipelines.yml__tmpl__
CHANGED
|
@@ -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<% } %>"
|