From b2d8e52b4e9d1816b59df0ee8773ca9c288de849 Mon Sep 17 00:00:00 2001 From: Kevin Ma Date: Wed, 6 Sep 2017 20:37:24 -0700 Subject: [PATCH] [Dawn] Makefile artifacts-install fix --- dawn/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dawn/Makefile b/dawn/Makefile index e94e8a54..9058d09b 100644 --- a/dawn/Makefile +++ b/dawn/Makefile @@ -10,7 +10,7 @@ install: yarn install --frozen-lockfile artifacts-install: - yarn install --no-lockfile electron-packager + yarn add --no-lockfile electron-packager sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install -y wine