Skip to content

Commit be3d8a5

Browse files
fix: add @nx/esbuild to devDependencies (update-packages executor)
The update-packages project uses @nx/esbuild:esbuild executor but the package was missing from package.json. Tsconfig changes in this PR make update-packages 'affected', so CI tried to build it and failed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e85d7e7 commit be3d8a5

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
"@eslint/js": "10.0.1",
9494
"@nx/angular": "22.5.4",
9595
"@nx/devkit": "22.5.4",
96+
"@nx/esbuild": "22.5.4",
9697
"@nx/eslint": "22.5.4",
9798
"@nx/eslint-plugin": "22.5.4",
9899
"@nx/js": "22.5.4",

pnpm-lock.yaml

Lines changed: 30 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)