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 authored Jul 14, 2023
1 parent 435778c commit 178975c
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

1 comment on commit 178975c

@vercel
Copy link

@vercel vercel bot commented on 178975c Jul 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx.dev
nx-five.vercel.app
nx-dev-nrwl.vercel.app

Please sign in to comment.