Skip to content

Commit

Permalink
adding makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit3200 committed Jun 14, 2024
1 parent aeefe6b commit 0f584ae
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 @@ -7,7 +7,7 @@ $(VENV):
python3 -m venv .venv
$(VENV)/python -m pip install --upgrade pip setuptools wheel
yarn
playwright install
python3 -m playwright install

$(VENV)/$(MARKER): $(VENVDEPS) | $(VENV)
$(VENV)/pip install $(foreach path,$(REQUIREMENTS),-r $(path))
Expand Down

0 comments on commit 0f584ae

Please sign in to comment.