Skip to content

Commit f7b797c

Browse files
committed
chore: move install-bundled-editable to build env
1 parent 79b53da commit f7b797c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=robotc
3838
no-cov = "cov --no-cov {args}"
3939
test = "pytest {args}"
4040
test-reset = "pytest --regtest2-reset {args}"
41-
install-bundled-editable = "python ./scripts/install_bundled_editable.py"
4241
create-json-schema = "python ./scripts/create_robot_toml_json_schema.py"
4342
generate-rf-options = "python ./scripts/generate_rf_options.py"
4443
install-packages = "python ./scripts/install_packages.py"
@@ -177,3 +176,4 @@ publish = ["python scripts/publish.py"]
177176
extract-release-notes = ["python scripts/extract_release_notes.py"]
178177
is-prerelease = ["python scripts/is_prerelease.py"]
179178
bump = ["cz bump"]
179+
install-bundled-editable = "python ./scripts/install_bundled_editable.py"

0 commit comments

Comments
 (0)