File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ cov = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=robotc
38
38
no-cov = " cov --no-cov {args}"
39
39
test = " pytest {args}"
40
40
test-reset = " pytest --regtest2-reset {args}"
41
- install-bundled-editable = " python ./scripts/install_bundled_editable.py"
42
41
create-json-schema = " python ./scripts/create_robot_toml_json_schema.py"
43
42
generate-rf-options = " python ./scripts/generate_rf_options.py"
44
43
install-packages = " python ./scripts/install_packages.py"
@@ -177,3 +176,4 @@ publish = ["python scripts/publish.py"]
177
176
extract-release-notes = [" python scripts/extract_release_notes.py" ]
178
177
is-prerelease = [" python scripts/is_prerelease.py" ]
179
178
bump = [" cz bump" ]
179
+ install-bundled-editable = " python ./scripts/install_bundled_editable.py"
You can’t perform that action at this time.
0 commit comments