1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Apply the main.js check

Signed-off-by: Trevor Nichols <trevor@theredfox.group>
This commit is contained in:
Trevor Nichols 2020-08-22 20:37:03 +10:00
parent b0f36aee8e
commit 42aba3a518

View File

@ -20,10 +20,8 @@ compile-dev:
yarn compile:renderer --cache yarn compile:renderer --cache
dev: dev:
ifeq "$(DETECTED_OS)" "Windows" ifneq ("$(wildcard $(out/main.js))","")
make init make init
else
test -f out/main.js || make init
endif endif
yarn dev yarn dev