mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[MIGRATION] - Changing the building executor for eslint-rules
This commit is contained in:
@@ -41,7 +41,13 @@
|
|||||||
"executor": "nx:run-commands",
|
"executor": "nx:run-commands",
|
||||||
"dependsOn": ["build"],
|
"dependsOn": ["build"],
|
||||||
"options": {
|
"options": {
|
||||||
"command": "npm publish --tag {args.tag}"
|
"cwd": "dist/libs/eslint-plugin-eslint-angular",
|
||||||
|
"commands": [
|
||||||
|
{
|
||||||
|
"command": "npm publish --tag {args.tag}",
|
||||||
|
"forwardAllArgs": true
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user