You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`env.INCLUDE_SLOW_TESTS`**❗️**|`false`|`true`| Controls inclusion of long-running tests. Overridden by setting. Details in the [Testing](#Testing) section. |
22
-
|`env.CUSTOM_CHROME_PATH`| N/A | Windows **❗️❗️**| Path to Chrome executable. See [plugin-lighthouse/CONTRIBUTING.md](./packages/plugin-lighthouse/CONTRIBUTING.md#chrome-path). |
23
-
| Quality Pipeline | Off | On | Runs all plugins against the codebase. |
19
+
| Feature | Local Default | CI Default | Description |
|`NODE_OPTIONS`**⚙️**| Set in `.env.local`| Set globally in workflows |`--import tsx` - Enables TypeScript execution for local Nx plugins and generators. **Required for development.**|
22
+
|`TSX_TSCONFIG_PATH`**⚙️**| Set in `.env.local`| Set globally in workflows |`tsconfig.base.json` - Resolves TypeScript path aliases for local packages. **Required for development.**|
23
+
|`env.INCLUDE_SLOW_TESTS`**❗️**|`false`|`true`| Controls inclusion of long-running tests. Overridden by setting. Details in the [Testing](#Testing) section. |
24
+
|`env.CUSTOM_CHROME_PATH`| N/A | Windows **❗️❗️**| Path to Chrome executable. See [plugin-lighthouse/CONTRIBUTING.md](./packages/plugin-lighthouse/CONTRIBUTING.md#chrome-path). |
25
+
| Quality Pipeline | Off | On | Runs all plugins against the codebase. |
26
+
27
+
**⚙️** TypeScript Execution Setup (Required)
28
+
29
+
This project uses local Nx plugins and generators written in TypeScript. To run them, you need:
0 commit comments