Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Oct 21, 2024
1 parent 767d649 commit a5d83ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all: init mountable sharing sharing-editor


.PHONY: init
init: git_submodules venv node_modules
init: git_submodules venv yarn_install

VENV := ./.venv
NODE_MODULES := ./node_modules
Expand All @@ -31,7 +31,7 @@ venv: requirements.dev.txt streamlit/lib/dev-requirements.txt
@echo "\nPython virtualenv has been set up. Run the command below to activate.\n\n. $(VENV)/bin/activate"

.PHONY: yarn_install
yarn_install: git_submodules $(NODE_MODULES)
yarn_install: git_submodules $(parquet-wasm) $(NODE_MODULES)
$(NODE_MODULES):
yarn install --frozen-lockfile

Expand Down

0 comments on commit a5d83ae

Please sign in to comment.