Skip to content

Commit

Permalink
chore: Do not create package json files (#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
banjoh authored Oct 2, 2023
1 parent 7f3808b commit f3d49c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f3d49c6

Please sign in to comment.