Skip to content

Commit

Permalink
npm --no-network-family-autoselection
Browse files Browse the repository at this point in the history
  • Loading branch information
rickysarraf committed Nov 9, 2023
1 parent f4484c6 commit 9d1e7cc
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 @@ -192,7 +192,7 @@ dep-list:
dep-npm:
sudo npm install -g npm
dep-js:
(cd frontend && npm ci --no-update-notifier --no-audit)
(cd frontend && npm ci --no-update-notifier --no-audit --no-network-family-autoselection)
dep-go:
go build -v ./...
dep-upgrade:
Expand Down

0 comments on commit 9d1e7cc

Please sign in to comment.