Skip to content

Commit

Permalink
fix(firebase): rename @nrwl/esbuild to @nx/esbuild in executions
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Nov 9, 2024
1 parent c1a5683 commit 3d4b945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/firebase/src/generators/functions/generator.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('firebase generator', () => {
},
},
"defaultConfiguration": "production",
"executor": "@nrwl/esbuild:esbuild",
"executor": "@nx/esbuild:esbuild",
"options": {
"assets": [],
"dependenciesFieldType": "dependencies",
Expand Down Expand Up @@ -147,7 +147,7 @@ describe('firebase generator', () => {
},
},
"defaultConfiguration": "production",
"executor": "@nrwl/esbuild:esbuild",
"executor": "@nx/esbuild:esbuild",
"options": {
"assets": [],
"dependenciesFieldType": "dependencies",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function addProjectConfigs(
},
},
build: {
executor: '@nrwl/esbuild:esbuild',
executor: '@nx/esbuild:esbuild',
outputs: ['{options.outputPath}'],
defaultConfiguration: 'production',
options: {
Expand Down

0 comments on commit 3d4b945

Please sign in to comment.