Skip to content

Commit

Permalink
docs(misc): replace mention of old @nx/node:package with @nx/js:tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Jul 14, 2023
1 parent 4f9f04f commit b464ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/recipes/include-assets-in-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit b464ac9

Please sign in to comment.