From 0ea3ef8945f56f42557074124573f45a6a48400d Mon Sep 17 00:00:00 2001 From: Jean Ouina Date: Mon, 18 May 2020 23:44:22 +0200 Subject: [PATCH] . --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cb4b01b..5fb2ea5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "test": "tsc && NODE_OPTIONS.bat && electron .", "run": "NODE_OPTIONS.bat && electron .", "build": "electron-packager . --ignore=\"(distApp|builds|\\.ts)\" --arch=ia32 --win32metadata.ProductName=\"Lightcord\" --win32metadata.CompanyName=\"Lightcord Inc.\" --protocol=discord --platform=\"win32\" --out=builds --icon=app.ico --executable-name=\"Lightcord\" --asar.unpack=*.{node,dll} --overwrite", - "devInstall": "npm i -g --arch=ia32 electron@7.1.11 && npm i -g typescript && npm i --save-dev && npm i --save-dev --arch=ia32 electron@7.1.11 && npm uninstall @types/node && node installSubModules.js && echo \"Everything is installed. You should be able to do `npm run test` to compile everything and launch.\"" + "devInstall": "npm i -g --arch=ia32 electron@7.1.11 && npm i -g typescript && npm i --save-dev && npm i --save-dev --arch=ia32 electron@7.1.11 && node installSubModules.js && echo \"Everything is installed. You should be able to do `npm run test` to compile everything and launch.\"" }, "author": "", "license": "ISC",