diff --git a/docs/shared/recipes/include-assets-in-build.md b/docs/shared/recipes/include-assets-in-build.md index 6de805226f2e3..d2749dc21b977 100644 --- a/docs/shared/recipes/include-assets-in-build.md +++ b/docs/shared/recipes/include-assets-in-build.md @@ -9,7 +9,7 @@ There are two ways to identify assets to be copied into the output bundle: ```jsonc {% fileName="project.json" %} "build": { - "executor": "@nx/node:package", + "executor": "@nx/js:tsc", // or any other Nx executor that supports the `assets` option "options": { // shortened... "assets": [