Skip to content

Commit

Permalink
remove --frozen-lockfile option
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Oct 25, 2022
1 parent 00994e8 commit 5ca6fc9
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 @@ -49,7 +49,7 @@ setup: setup-js setup-py
# front-end dependecies handled by yarn
.PHONY: setup-js
setup-js:
yarn config set network-timeout 60000 --frozen-lockfile
yarn config set network-timeout 60000
yarn
$(MAKE) -C $(APP_SHELL_DIR) setup
$(MAKE) -C $(SHARED_DATA_DIR) setup-js
Expand Down

0 comments on commit 5ca6fc9

Please sign in to comment.