From 42aba3a5180bed8ebe52900f9b72904bceefb5a7 Mon Sep 17 00:00:00 2001 From: Trevor Nichols Date: Sat, 22 Aug 2020 20:37:03 +1000 Subject: [PATCH] Apply the main.js check Signed-off-by: Trevor Nichols --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6e078ca082..35dc03fa40 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,8 @@ compile-dev: yarn compile:renderer --cache dev: -ifeq "$(DETECTED_OS)" "Windows" +ifneq ("$(wildcard $(out/main.js))","") make init -else - test -f out/main.js || make init endif yarn dev