File tree Expand file tree Collapse file tree 6 files changed +160
-408
lines changed Expand file tree Collapse file tree 6 files changed +160
-408
lines changed Original file line number Diff line number Diff line change 68
68
COMMERCIAL_REPO_PASSWORD : ${{ inputs.commercial-repository-password }}
69
69
COMMERCIAL_REPO_USERNAME : ${{ inputs.commercial-repository-username }}
70
70
COMMERCIAL_SNAPSHOT_REPO_URL : ${{ inputs.commercial-snapshot-repository-url }}
71
- run : NX_BATCH_MODE=true NX_CLOUD_DEREFERENCE_SYMLINKS=true NX_VERBOSE_LOGGING=true NX_PERF_LOGGING=true NX_CLOUD_NO_TIMEOUTS=true NX_CLOUD_VERBOSE_LOGGING=true npx nx run-many -t build-ci --parallel=32 --batch --outputStyle=stream
71
+ run : |
72
+ export NX_BATCH_MODE=true
73
+ export NX_CLOUD_DEREFERENCE_SYMLINKS=true
74
+ export NX_VERBOSE_LOGGING=true
75
+ export NX_PERF_LOGGING=true
76
+ export NX_CLOUD_NO_TIMEOUTS=true
77
+ export NX_CLOUD_VERBOSE_LOGGING=true
78
+ npx nx show projects
79
+ npx nx run-many -t build-ci --parallel=32 --batch --outputStyle=stream
72
80
# - name: Publish
73
81
# id: publish
74
82
# if: ${{ inputs.publish == 'true' }}
Original file line number Diff line number Diff line change @@ -47,4 +47,5 @@ node_modules
47
47
.nx /workspace-data
48
48
49
49
.specstory /**
50
- .cursorindexingignore
50
+ .cursorindexingignore
51
+ .claude
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id " dev.nx.gradle.project-graph" version " 0.1.2 "
2
+ id " dev.nx.gradle.project-graph" version " 0.0.1-alpha.7 "
3
3
id " base"
4
4
id " org.jetbrains.kotlin.jvm" apply false // https://youtrack.jetbrains.com/issue/KT-30276
5
5
}
Original file line number Diff line number Diff line change 40
40
}
41
41
}
42
42
},
43
- "bustCache" : 101 ,
43
+ "bustCache" : 103 ,
44
44
"nxCloudUrl" : " https://staging.nx.app" ,
45
- "nxCloudId" : " 67a56832eb5d9093e3ebe776"
45
+ "nxCloudId" : " 67a56832eb5d9093e3ebe776" ,
46
+ "useNativeTaskHasher" : false ,
47
+ "taskRunnerOptions" : {
48
+ "default" : {
49
+ "runner" : " @nx/workspace/tasks-runners/default" ,
50
+ "options" : {
51
+ "useNativeTaskHasher" : false
52
+ }
53
+ }
54
+ }
46
55
}
You can’t perform that action at this time.
0 commit comments