Skip to content

Commit f3d49c6

Browse files
authored
chore: Do not create package json files (#1347)
1 parent 7f3808b commit f3d49c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ watchrsync: npm-install
252252
.PHONY: npm-install
253253
npm-install:
254254
npm --version 2>&1 >/dev/null || ( echo "npm not installed; install npm to set up watchrsync" && exit 1 )
255-
npm list gaze-run-interrupt || npm install install gaze-run-interrupt@~2.0.0
255+
npm list gaze-run-interrupt || npm install install --no-save gaze-run-interrupt@~2.0.0

0 commit comments

Comments
 (0)