From 4854c0c100769e6b795c61dda7593f386e904c2a Mon Sep 17 00:00:00 2001 From: antelle Date: Wed, 3 Jun 2020 21:28:31 +0200 Subject: [PATCH] removed an unnecessary task --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 66ddf617..5a3741ea 100644 --- a/package.json +++ b/package.json @@ -110,8 +110,7 @@ "dev-desktop-macos": "grunt dev-desktop-darwin --skip-sign", "dev-desktop-windows": "grunt dev-desktop-win32 --skip-sign", "dev-desktop-linux": "grunt dev-desktop-linux --skip-sign", - "babel-helpers": "babel-external-helpers -l 'slicedToArray,toConsumableArray,defineProperty,typeof' -t global > app/lib/babel-helpers.js", - "copy-languages": "node util/copy-languages.js" + "babel-helpers": "babel-external-helpers -l 'slicedToArray,toConsumableArray,defineProperty,typeof' -t global > app/lib/babel-helpers.js" }, "author": { "name": "Antelle",