@salesforce/ui-bundle-template-cli 11.68.1 → 11.68.2
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1571,10 +1571,10 @@ Once configured, you can run the executors using Nx:
|
|
|
1571
1571
|
|
|
1572
1572
|
```bash
|
|
1573
1573
|
# Apply patches to a feature project
|
|
1574
|
-
nx build feature-react-
|
|
1574
|
+
nx build feature-react-search
|
|
1575
1575
|
|
|
1576
1576
|
# Build the dist app
|
|
1577
|
-
nx test feature-react-
|
|
1577
|
+
nx test feature-react-search
|
|
1578
1578
|
|
|
1579
1579
|
# Run both in sequence (test depends on build)
|
|
1580
1580
|
nx run-many -t build test
|