From c990af1f5b4bb22db74425410ad403d9c93b17b0 Mon Sep 17 00:00:00 2001 From: Felix Lemke Date: Sat, 16 Feb 2019 13:36:08 +0100 Subject: [PATCH] do not throw error when nothing is copied --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0490135..eebaa47 100644 --- a/package.json +++ b/package.json @@ -24,12 +24,12 @@ "lint": "tslint --project ./tsconfig.json", "coverage": "cat coverage/lcov.info | coveralls", "prepare": "npm run clean && npm run types && npm run test && npm run build", - "types": "copyfiles -a -s -E -u 2 node_modules/@types/plotly.js/index.d.ts src/models/", + "types": "copyfiles -a -s -u 2 node_modules/@types/plotly.js/index.d.ts src/models/", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "precommit": "npm run format && npm run test", "copyplotly": "copyfiles -f node_modules/plotly.js/dist/plotly.min.js dist/www/", - "bundle-plotlytypes": "copyfiles -a -s -E -u 2 src/models/plotly.js/index.d.ts dist/lib/models/" + "bundle-plotlytypes": "copyfiles -a -s -u 2 src/models/plotly.js/index.d.ts dist/lib/models/" }, "keywords": [ "plot",