From b464ac9efdd4b8698bc3b5e372dcd66322f91f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leosvel=20P=C3=A9rez=20Espinosa?= Date: Thu, 13 Jul 2023 11:28:38 +0100 Subject: [PATCH] docs(misc): replace mention of old @nx/node:package with @nx/js:tsc --- docs/shared/recipes/include-assets-in-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [