We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32bd8cb commit 2b1aa30Copy full SHA for 2b1aa30
1 file changed
Makefile
@@ -1,6 +1,6 @@
1
PLUGIN_PKG := reeln_cloudflare_plugin
2
3
-.PHONY: dev-install install reeln-install test lint format check
+.PHONY: dev-install install test lint format check
4
5
VENV := .venv/bin
6
@@ -10,9 +10,6 @@ dev-install:
10
uv pip install -e ".[dev]"
11
12
install:
13
- uv pip install --python ~/.local/share/uv/tools/reeln/bin/python3 -e .
14
-
15
-reeln-install:
16
uv pip install --python ../reeln-cli/.venv/bin/python -e .
17
18
test:
0 commit comments