removed an unnecessary task

This commit is contained in:
antelle 2020-06-03 21:28:31 +02:00
parent 33bdf124c2
commit 4854c0c100
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 2 deletions

View File

@ -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",