Skip to content

Commit

Permalink
fix: rename ngworker on paths
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoVazquez committed Nov 11, 2023
1 parent 1bd120f commit d03bf56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lumberjackjs/angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"executor": "@nx/angular:package",
"outputs": ["{workspaceRoot}/dist/{projectRoot}"],
"options": {
"project": "packages/ngworker/lumberjack/ng-package.json",
"project": "packages/lumberjackjs/angular/ng-package.json",
"updateBuildableProjectDepsInPackageJson": false
},
"dependsOn": [
Expand Down Expand Up @@ -110,7 +110,7 @@
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"distFolderPath": "dist/packages/ngworker/lumberjack"
"distFolderPath": "dist/packages/lumberjackjs/angular"
}
}
},
Expand Down

0 comments on commit d03bf56

Please sign in to comment.