Removing temporarily eslint rule from publishing

This commit is contained in:
VitoAlbano
2024-11-28 23:45:54 +00:00
committed by Vito Albano
parent 6a3be59662
commit 1765f62cf8

View File

@@ -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",
@@ -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
}
]
}
}
}
}