Skip to content

Commit

Permalink
Removing temporarily eslint rule from publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoAlbano committed Nov 28, 2024
1 parent 56c7cb4 commit b4072ba
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions 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": "@nx/webpack:webpack",
"options": {
"projectRoot": "lib/eslint-angular",
"outputPath": "dist/libs/eslint-plugin-eslint-angular",
Expand Down Expand Up @@ -44,19 +44,6 @@
}
]
}
},
"npm-publish": {
"executor": "nx:run-commands",
"dependsOn": ["build"],
"options": {
"cwd": "dist/libs/eslint-plugin-eslint-angular",
"commands": [
{
"command": "npm publish --tag {args.tag}",
"forwardAllArgs": true
}
]
}
}
}
}

0 comments on commit b4072ba

Please sign in to comment.