From 28fae4ecb250cd0907885c8c15230efd79b2dd9f Mon Sep 17 00:00:00 2001 From: Klaus Sinani Date: Mon, 20 May 2019 21:54:08 +0300 Subject: [PATCH] Add new `postinstall` script to package configuration --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ecb6d52..52f82c1 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ } ], "scripts": { + "postinstall": "electron-builder install-app-deps", "test": "xo && stylelint 'src/style/*.css'", "release": "build --publish always", "start": "electron ."