mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
[MIGRATION] - Readded removed action
This commit is contained in:
@@ -44,6 +44,18 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user