Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nrwl/nx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bfafefd72972365a56e20592f65dd5111580898f
Choose a base ref
..
head repository: nrwl/nx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 92a9766795db4ad752278050157754cb54c2168f
Choose a head ref
Showing with 3 additions and 0 deletions.
  1. +3 −0 packages/rsbuild/src/plugins/plugin.spec.ts
3 changes: 3 additions & 0 deletions packages/rsbuild/src/plugins/plugin.spec.ts
Original file line number Diff line number Diff line change
@@ -124,6 +124,9 @@ describe('@nx/rsbuild/plugin', () => {
},
"preview-serve": {
"command": "rsbuild preview",
"dependsOn": [
"^build-something",
],
"options": {
"args": [
"--mode=production",