mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-38748 Change clipboard directive to be a tooltip (#11293)
* feat: change clipboard directive to be a tooltip * feat: remove redundant tooltips from datatable cells * test: fix broken tests * fix: sonarqube issues * fix: unable to use link-adf commit message from hxp-frontend-apps
This commit is contained in:
+3
-1
@@ -14,7 +14,9 @@
|
||||
"build:libs": "nx run-many -t build --prod --skip-nx-cache",
|
||||
"build:schematics": "nx run-many -t build-schematics",
|
||||
"publish": "nx run-many -t npm-publish",
|
||||
"clean": "rimraf dist node_modules dist/libs"
|
||||
"clean": "rimraf dist node_modules dist/libs",
|
||||
"nx:run-target": "nx run",
|
||||
"nx:run-many": "nx run-many"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user