Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-03-20 12:34:42 +03:00
parent 571c2a2399
commit b21a7a719c

View File

@ -186,6 +186,10 @@ DATE := $(strip $(shell date "+%Y%m%d%H%M"))
COMMIT := $(strip $(shell git rev-parse HEAD))
# NOTE: running things via npx can slow things down when running make on a
# clean repo...
# XXX this is mainly happening on getting electron version, need to
# avoid this...
NPX := npx --yes