diff --git a/ng2-components/ng2-alfresco-datatable/package.json b/ng2-components/ng2-alfresco-datatable/package.json index 41e3c3df80..5ef939bac1 100644 --- a/ng2-components/ng2-alfresco-datatable/package.json +++ b/ng2-components/ng2-alfresco-datatable/package.json @@ -16,7 +16,7 @@ "copytemplates:w": "concurrently \"npm run copy-html-css:w\" \"npm run copy-i18n:w\"", "copy-html-css": "cpx './src/**/*.{html,css}' dist/src", "copy-html-css:w": "cpx './src/**/*.{html,css}' dist/src -w", - "copy-i18n": "copyfiles './i18n/**/*.json' dist/i18n", + "copy-i18n": "cpx './i18n/**/*.json' dist/i18n", "copy-i18n:w": "cpx './i18n/**/*.json' dist/i18n -w", "tsc": "tsc", "tsc:w": "tsc -w", diff --git a/ng2-components/ng2-alfresco-documentlist/package.json b/ng2-components/ng2-alfresco-documentlist/package.json index a4d21e8550..850f54061b 100644 --- a/ng2-components/ng2-alfresco-documentlist/package.json +++ b/ng2-components/ng2-alfresco-documentlist/package.json @@ -16,7 +16,7 @@ "copytemplates:w": "concurrently \"npm run copy-html-css:w\" \"npm run copy-i18n:w\"", "copy-html-css": "cpx './src/**/*.{html,css}' dist/src", "copy-html-css:w": "cpx './src/**/*.{html,css}' dist/src -w", - "copy-i18n": "copyfiles './i18n/**/*.json' dist/i18n", + "copy-i18n": "cpx './i18n/**/*.json' dist/i18n", "copy-i18n:w": "cpx './i18n/**/*.json' dist/i18n -w", "tsc": "tsc", "tsc:w": "tsc -w", diff --git a/ng2-components/ng2-alfresco-login/package.json b/ng2-components/ng2-alfresco-login/package.json index 7d2ccbdc75..2932f554b2 100644 --- a/ng2-components/ng2-alfresco-login/package.json +++ b/ng2-components/ng2-alfresco-login/package.json @@ -16,7 +16,7 @@ "copytemplates:w": "concurrently \"npm run copy-html-css:w\" \"npm run copy-i18n:w\"", "copy-html-css": "cpx './src/**/*.{html,css}' dist/src", "copy-html-css:w": "cpx './src/**/*.{html,css}' dist/src -w", - "copy-i18n": "copyfiles './i18n/**/*.json' dist/i18n", + "copy-i18n": "cpx './i18n/**/*.json' dist/i18n", "copy-i18n:w": "cpx './i18n/**/*.json' dist/i18n -w", "tsc": "tsc", "tsc:w": "tsc -w", diff --git a/ng2-components/ng2-alfresco-search/package.json b/ng2-components/ng2-alfresco-search/package.json index 0f502d733e..61065f69e8 100644 --- a/ng2-components/ng2-alfresco-search/package.json +++ b/ng2-components/ng2-alfresco-search/package.json @@ -16,7 +16,7 @@ "copytemplates:w": "concurrently \"npm run copy-html-css:w\" \"npm run copy-i18n:w\"", "copy-html-css": "cpx './src/**/*.{html,css}' dist/src", "copy-html-css:w": "cpx './src/**/*.{html,css}' dist/src -w", - "copy-i18n": "copyfiles './i18n/**/*.json' dist/i18n", + "copy-i18n": "cpx './i18n/**/*.json' dist/i18n", "copy-i18n:w": "cpx './i18n/**/*.json' dist/i18n -w", "tsc": "tsc", "tsc:w": "tsc -w", diff --git a/ng2-components/ng2-alfresco-upload/package.json b/ng2-components/ng2-alfresco-upload/package.json index ad852143ce..62daeb8d92 100644 --- a/ng2-components/ng2-alfresco-upload/package.json +++ b/ng2-components/ng2-alfresco-upload/package.json @@ -16,7 +16,7 @@ "copytemplates:w": "concurrently \"npm run copy-html-css:w\" \"npm run copy-i18n:w\"", "copy-html-css": "cpx './src/**/*.{html,css}' dist/src", "copy-html-css:w": "cpx './src/**/*.{html,css}' dist/src -w", - "copy-i18n": "copyfiles './i18n/**/*.json' dist/i18n", + "copy-i18n": "cpx './i18n/**/*.json' dist/i18n", "copy-i18n:w": "cpx './i18n/**/*.json' dist/i18n -w", "tsc": "tsc", "tsc:w": "tsc -w", diff --git a/ng2-components/ng2-alfresco-viewer/package.json b/ng2-components/ng2-alfresco-viewer/package.json index 71ef2611b8..9da5a85f5c 100644 --- a/ng2-components/ng2-alfresco-viewer/package.json +++ b/ng2-components/ng2-alfresco-viewer/package.json @@ -17,7 +17,7 @@ "copytemplates:w": "concurrently \"npm run copy-html-css:w\" \"npm run copy-i18n:w\"", "copy-html-css": "cpx './src/**/*.{html,css}' dist/src", "copy-html-css:w": "cpx './src/**/*.{html,css}' dist/src -w", - "copy-i18n": "copyfiles './i18n/**/*.json' dist/i18n", + "copy-i18n": "cpx './i18n/**/*.json' dist/i18n", "copy-i18n:w": "cpx './i18n/**/*.json' dist/i18n -w", "tsc": "tsc", "tsc:w": "tsc -w",