From f3d49c657f31d1544a9b214415bd604176bfc9d8 Mon Sep 17 00:00:00 2001 From: Evans Mungai Date: Mon, 2 Oct 2023 02:32:33 +0100 Subject: [PATCH] chore: Do not create package json files (#1347) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 15683c975..9e34ada92 100644 --- a/Makefile +++ b/Makefile @@ -252,4 +252,4 @@ watchrsync: npm-install .PHONY: npm-install npm-install: npm --version 2>&1 >/dev/null || ( echo "npm not installed; install npm to set up watchrsync" && exit 1 ) - npm list gaze-run-interrupt || npm install install gaze-run-interrupt@~2.0.0 + npm list gaze-run-interrupt || npm install install --no-save gaze-run-interrupt@~2.0.0