nestjs-query
nestjs-query copied to clipboard
Null sorting fix
See https://github.com/TriPSs/nestjs-query/issues/270
☁️ Nx Cloud Report
CI is running/has finished running commands for commit a25a88284e91bcddd967b147906504367acc43a7. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 5 targets
Sent with 💌 from NxCloud.
@abrenoch the linting errors now could be fixed by running the linter with --fix. (Bit weird that Nx no longer outputs it here in the CI)
Hey @TriPSs does your nx cloud run say what the lint errors are? I'm trying to work out what is failing, even pointed the nxCloudAccessToken to a workspace I can check, and I'm seeing these "Buildable libraries cannot import or export from non-buildable libraries" errors when running yarn nx run-many --target=lint --all (adding --fix didnt seem to help).
Could you provide some insight please? I have no idea what the issue here is.
@abrenoch reran the jobs and disabled that Nx does not output the logs here, bit weird that this was auto enabled.
Added a couple small changes the linter was complaining about - odd they were unrelated to the actual change I had made, but /shrug
Thanks for everything!