Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikiwanekhyland committed Jun 27, 2024
1 parent 831f919 commit f1a152f
Show file tree
Hide file tree
Showing 4 changed files with 910 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/eslint-angular/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prefix": "adf",
"targets": {
"build": {
"executor": "@nrwl/webpack:webpack",
"executor": "@nrwl/node:webpack",
"options": {
"projectRoot": "lib/eslint-angular",
"outputPath": "dist/libs/eslint-plugin-eslint-angular",
Expand Down
2 changes: 1 addition & 1 deletion lib/testing/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"prefix": "adf",
"targets": {
"build": {
"executor": "@nrwl/webpack:webpack",
"executor": "@nrwl/node:webpack",
"options": {
"projectRoot": "lib/testing",
"outputPath": "dist/libs/testing",
Expand Down
Loading

0 comments on commit f1a152f

Please sign in to comment.